Get the scene of the viewpoint
| <viewpoint>.getScene( | |
| eye = viz.LEFT_EYE |
)
eye = viz.LEFT_EYE
One of the following values:
viz.LEFT_EYE
viz.RIGHT_EYE
This command will return the scene that is currently associated with the viewpoint.
<scene> object