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 and Description |
---|
Scene() |
Modifier and Type | Method and Description |
---|---|
Extra[] |
getExtra()
Gets or sets the extra.
|
InstanceWithExtra[] |
getInstancePhysicsScene()
Gets or sets the instance physics scene.
|
InstanceVisualScene |
getInstanceVisualScene()
Gets or sets the instance visual scene.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
void |
setInstancePhysicsScene(InstanceWithExtra[] value)
Gets or sets the instance physics scene.
|
void |
setInstanceVisualScene(InstanceVisualScene value)
Gets or sets the instance visual scene.
|
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.
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.
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.
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.
public final Extra[] getExtra()
Gets or sets the extra. The extra element may appear any number of times.
public final void setExtra(Extra[] value)
Gets or sets the extra. The extra element may appear any number of times.