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:

:setSceneData(osg.Node node)

Параметры

node (osg.Node) –

:getSceneData()

Тип результата

osg.Node

Static Methods:

.getScene(osg.Node node)

Get the osgViewer.Scene object that has the specified node assigned to it. Return nil if no Scene has yet been assigned the specified node.

Параметры

node (osg.Node) –

Тип результата

osgViewer.Scene