BindMaterial
Inheritance: java.lang.Object, ColladaElement
The bind material. Bind a specific material to a piece of geometry, binding varying and uniform parameters at the same time.
Constructors
| Constructor | Description |
|---|---|
| BindMaterial() |
Methods
| Method | Description |
|---|---|
| getParameter() | Gets or sets the parameter. The bind_material element may contain any number of parameter elements. |
| setParameter(Parameter[] value) | Gets or sets the parameter. The bind_material element may contain any number of parameter elements. |
| getTechniqueCommon() | Gets or sets the technique common. The technique_common element specifies the bind_material information for the common profile which all COLLADA implementations need to support. |
| setTechniqueCommon(InstanceMaterialGeometry[] value) | Gets or sets the technique common. The technique_common element specifies the bind_material information for the common profile which all COLLADA implementations need to support. |
| getTechnique() | Gets or sets the technique. This element may contain any number of non-common profile techniques. |
| setTechnique(Technique[] value) | Gets or sets the technique. This element may contain any number of non-common profile techniques. |
| getExtra() | Gets or sets the extra. The extra element may appear any number of times. |
| setExtra(Extra[] value) | Gets or sets the extra. The extra element may appear any number of times. |
BindMaterial()
public BindMaterial()
getParameter()
public final Parameter[] getParameter()
Gets or sets the parameter. The bind_material element may contain any number of parameter elements.
Returns: Parameter[]
setParameter(Parameter[] value)
public final void setParameter(Parameter[] value)
Gets or sets the parameter. The bind_material element may contain any number of parameter elements.
getTechniqueCommon()
public final InstanceMaterialGeometry[] getTechniqueCommon()
Gets or sets the technique common. The technique_common element specifies the bind_material information for the common profile which all COLLADA implementations need to support.
Returns: InstanceMaterialGeometry[]
setTechniqueCommon(InstanceMaterialGeometry[] value)
public final void setTechniqueCommon(InstanceMaterialGeometry[] value)
Gets or sets the technique common. The technique_common element specifies the bind_material information for the common profile which all COLLADA implementations need to support.
getTechnique()
public final Technique[] getTechnique()
Gets or sets the technique. This element may contain any number of non-common profile techniques.
Returns: Technique[]
setTechnique(Technique[] value)
public final void setTechnique(Technique[] value)
Gets or sets the technique. This element may contain any number of non-common profile techniques.
getExtra()
public final Extra[] getExtra()
Gets or sets the extra. The extra element may appear any number of times.
Returns: Extra[]
setExtra(Extra[] value)
public final void setExtra(Extra[] value)
Gets or sets the extra. The extra element may appear any number of times.