Scene class

Scene class

The scene. The scene embodies the entire set of information that can be visualized from the contents of a COLLADA resource. The scene element declares the base of the scene hierarchy or scene graph. The scene contains elements that comprise much of the visual and transformational information content as created by the authoring tools.

Inheritance: SceneColladaElement

The Scene type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of Scene

Properties

PropertyDescription
instance_physics_sceneGets or sets the instance physics scene.
The instance_physics_scene element declares the instantiation of a COLLADA physics_scene resource.
The instance_physics_scene element may appear any number of times.
instance_visual_sceneGets or sets the instance visual scene.
The instance_visual_scene element declares the instantiation of a COLLADA visual_scene resource.
The instance_visual_scene element may only appear once.
extraGets or sets the extra.
The extra element may appear any number of times.

See Also