public class InstanceGeometry extends ColladaElement
The instance geometry. The instance_geometry element declares the instantiation of a COLLADA geometry resource.
Constructor and Description |
---|
InstanceGeometry() |
Modifier and Type | Method and Description |
---|---|
BindMaterial |
getBindMaterial()
Gets or sets the bind material.
|
Extra[] |
getExtra()
Gets or sets the extra.
|
String |
getName()
Gets or sets the name.
|
String |
getSid()
Gets or sets the sid.
|
String |
getUrl()
Gets or sets the url.
|
void |
setBindMaterial(BindMaterial value)
Gets or sets the bind material.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setSid(String value)
Gets or sets the sid.
|
void |
setUrl(String value)
Gets or sets the url.
|
public final BindMaterial getBindMaterial()
Gets or sets the bind material. Bind a specific material to a piece of geometry, binding varying and uniform parameters at the same time.
public final void setBindMaterial(BindMaterial value)
Gets or sets the bind material. Bind a specific material to a piece of geometry, binding varying and uniform parameters at the same time.
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.
public final String getUrl()
Gets or sets the url. The url attribute refers to resource. This may refer to a local resource using a relative URL fragment identifier that begins with the "#" character. The url attribute may refer to an external resource using an absolute or relative URL.
public final void setUrl(String value)
Gets or sets the url. The url attribute refers to resource. This may refer to a local resource using a relative URL fragment identifier that begins with the "#" character. The url attribute may refer to an external resource using an absolute or relative URL.
public final String getSid()
Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element.Optional attribute.
public final void setSid(String value)
Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element.Optional attribute.
public final String getName()
Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.
public final void setName(String value)
Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.