BindMaterial class

BindMaterial class

The bind material. Bind a specific material to a piece of geometry, binding varying and uniform parameters at the same time.

Inheritance: BindMaterialColladaElement

The BindMaterial type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of BindMaterial

Properties

PropertyDescription
parameterGets or sets the parameter.
The bind_material element may contain any number of parameter elements.
technique_commonGets 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.
techniqueGets or sets the technique.
This element may contain any number of non-common profile techniques.
extraGets or sets the extra.
The extra element may appear any number of times.

See Also