Render
Inheritance: java.lang.Object, ColladaElement
The evaluate scene render. Describes one effect pass to evaluate a scene.
Constructors
| Constructor | Description |
|---|---|
| Render() |
Methods
| Method | Description |
|---|---|
| getLayer() | Gets or sets the layer. Specifies which layer or layers to render in this composition step while evaluating the scene. |
| setLayer(String[] value) | Gets or sets the layer. Specifies which layer or layers to render in this composition step while evaluating the scene. |
| getInstanceMaterial() | Gets or sets the instance material. Specifies which effect to render in this composition step while evaluating the scene. |
| setInstanceMaterial(InstanceMaterialRendering value) | Gets or sets the instance material. Specifies which effect to render in this composition step while evaluating the scene. |
| getExtra() | Gets or sets the extra. |
| setExtra(Extra[] value) | Gets or sets the extra. |
| 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. |
| 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. |
| getName() | Gets or sets the name. The text string name of this element. Optional. |
| setName(String value) | Gets or sets the name. The text string name of this element. Optional. |
| 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. |
| 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. |
Render()
public Render()
getLayer()
public final String[] getLayer()
Gets or sets the layer. Specifies which layer or layers to render in this composition step while evaluating the scene.
Returns: String[]
setLayer(String[] value)
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.
getInstanceMaterial()
public final InstanceMaterialRendering getInstanceMaterial()
Gets or sets the instance material. Specifies which effect to render in this composition step while evaluating the scene.
Returns: InstanceMaterialRendering
setInstanceMaterial(InstanceMaterialRendering value)
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.
getExtra()
public final Extra[] getExtra()
Gets or sets the extra.
Returns: Extra[]
setExtra(Extra[] value)
public final void setExtra(Extra[] value)
Gets or sets the extra.
getSid()
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.
Returns: String
setSid(String value)
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.
getName()
public final String getName()
Gets or sets the name. The text string name of this element. Optional.
Returns: String
setName(String value)
public final void setName(String value)
Gets or sets the name. The text string name of this element. Optional.
getCameraNode()
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.
Returns: String
setCameraNode(String value)
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.