Class Scene
Contents
[
Hide
]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.
public class Scene : ColladaElement
Constructors
Name | Description |
---|---|
Scene() | The default constructor. |
Properties
Name | Description |
---|---|
Extra { get; set; } | Gets or sets the extra. The extra element may appear any number of times. |
InstancePhysicsScene { get; set; } | 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. |
InstanceVisualScene { get; set; } | 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. |
See Also
- class ColladaElement
- namespace Aspose.CAD.FileFormats.Collada.FileParser.Elements
- assembly Aspose.CAD