osgViewer.Scene¶
-
class
osgViewer.
Scene
¶ Represents: c++ class Wraps: osgViewer::Scene Bases: osg.Referenced
osgViewer.Scene
holds the higher level reference to a single scene graph.Methods:
Static Methods:
-
.
getScene
(osg.Node node)¶ Get the
osgViewer.Scene
object that has the specified node assigned to it. Returnnil
if no Scene has yet been assigned the specified node.Parameters: node ( osg.Node
) –Return type: osgViewer.Scene
-
.