public class Render extends ColladaElement
The evaluate scene render. Describes one effect pass to evaluate a scene.
Constructor and Description |
---|
Render() |
Modifier and Type | Method and Description |
---|---|
String |
getCameraNode()
Gets or sets the camera node.
|
Extra[] |
getExtra()
Gets or sets the extra.
|
InstanceMaterialRendering |
getInstanceMaterial()
Gets or sets the instance material.
|
String[] |
getLayer()
Gets or sets the layer.
|
String |
getName()
Gets or sets the name.
|
String |
getSid()
Gets or sets the sid.
|
void |
setCameraNode(String value)
Gets or sets the camera node.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
void |
setInstanceMaterial(InstanceMaterialRendering value)
Gets or sets the instance material.
|
void |
setLayer(String[] value)
Gets or sets the layer.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setSid(String value)
Gets or sets the sid.
|
public final String[] getLayer()
Gets or sets the layer. Specifies which layer or layers to render in this composition step while evaluating the scene.
public final void setLayer(String[] value)
Gets or sets the layer. Specifies which layer or layers to render in this composition step while evaluating the scene.
public final InstanceMaterialRendering getInstanceMaterial()
Gets or sets the instance material. Specifies which effect to render in this composition step while evaluating the scene.
public final void setInstanceMaterial(InstanceMaterialRendering value)
Gets or sets the instance material. Specifies which effect to render in this composition step while evaluating the scene.
public final Extra[] getExtra()
Gets or sets the extra.
public final void setExtra(Extra[] value)
Gets or sets the extra.
public final String getSid()
Gets or sets the sid. A text string value containing the scoped identifier of this element. This value must be unique within the scope of the parent element. Optional.
public final void setSid(String value)
Gets or sets the sid. A text string value containing the scoped identifier of this element. This value must be unique within the scope of the parent element. Optional.
public final String getName()
Gets or sets the name. The text string name of this element. Optional.
public final void setName(String value)
Gets or sets the name. The text string name of this element. Optional.
public final String getCameraNode()
Gets or sets the camera node. Refers to a node that contains a camera describing the viewpoint from which to render this composition step. Optional.
public final void setCameraNode(String value)
Gets or sets the camera node. Refers to a node that contains a camera describing the viewpoint from which to render this composition step. Optional.