Packages

 

com.aspose.cad.fileformats.collada.fileparser.elements

Classes

com.aspose.cad.fileformats.collada.fileparser.elements

Class Scene



  • public class Scene
    extends ColladaElement

    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.

    • Constructor Detail

      • Scene

        public Scene()
    • Method Detail

      • getInstancePhysicsScene

        public final InstanceWithExtra[] getInstancePhysicsScene()

        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.

      • setInstancePhysicsScene

        public final void setInstancePhysicsScene(InstanceWithExtra[] value)

        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.

      • getInstanceVisualScene

        public final InstanceVisualScene getInstanceVisualScene()

        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.

      • setInstanceVisualScene

        public final void setInstanceVisualScene(InstanceVisualScene value)

        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.

      • getExtra

        public final Extra[] getExtra()

        Gets or sets the extra. The extra element may appear any number of times.

      • setExtra

        public final void setExtra(Extra[] value)

        Gets or sets the extra. The extra element may appear any number of times.