InstanceMaterialGeometry class

InstanceMaterialGeometry class

The instance material. The instance_material element declares the instantiation of a COLLADA material resource.

Inheritance: InstanceMaterialGeometryColladaElement

The InstanceMaterialGeometry type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of InstanceMaterialGeometry

Properties

PropertyDescription
bindGets or sets the bind.
The bind element binds values to effect parameters upon instantiation.
bind_vertex_inputGets or sets the bind vertex input.
The bind_vertex_input element binds vertex inputs to effect parameters upon instantiation.
extraGets or sets the extra.
symbolGets or sets the symbol.
The symbol attribute specifies which symbol defined from within the geometry this material binds to.
targetGets or sets the target.
The target attribute specifies the URL of the location of the object to instantiate.
sidGets 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.
nameGets or sets the name.
The name attribute is the text string name of this element. Optional attribute.

See Also