osgViewer.Scene¶
- class osgViewer.Scene¶
- Represents
c++ class
- Wraps
osgViewer::Scene
- Bases
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.- Параметры
node (
osg.Node
) –- Тип результата