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: Scene
→
ColladaElement
The Scene type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Constructs a new instance of Scene |
Properties
Property | Description |
---|---|
instance_physics_scene | Gets 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_scene | Gets 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. |
extra | Gets or sets the extra. The extra element may appear any number of times. |
See Also
- module
aspose.cad.fileformats.collada.fileparser.elements
- class
ColladaElement
- class
Scene