Vizard 7 » Command Index » Vizard objects » window » <window>.getScene
7.7

<window>.getScene

Get the scene to render in the window

<window>.getScene(  
eye = viz.LEFT_EYE  
)  
eye = viz.LEFT_EYE
One of the following values:

viz.LEFT_EYE
viz.RIGHT_EYE

Remarks

This command will return the scene that is currently associated with the window. If different scene were applied to each eye, then the eye parameter specifies which eye to get the scene from.

Return Value

<scene> object

See also

<window>.setScene
<viz>.addScene