Open topic with navigation
<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