Class InstanceMaterialGeometry
Contents
[
Hide
]InstanceMaterialGeometry class
The instance material. The instance_material element declares the instantiation of a COLLADA material resource.
public class InstanceMaterialGeometry : ColladaElement
Constructors
| Name | Description |
|---|---|
| InstanceMaterialGeometry() | The default constructor. |
Properties
| Name | Description |
|---|---|
| Bind { get; set; } | Gets or sets the bind. The bind element binds values to effect parameters upon instantiation. |
| BindVertexInput { get; set; } | Gets or sets the bind vertex input. The bind_vertex_input element binds vertex inputs to effect parameters upon instantiation. |
| Extra { get; set; } | Gets or sets the extra. |
| Name { get; set; } | Gets or sets the name. The name attribute is the text string name of this element. Optional attribute. |
| Sid { get; set; } | 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. |
| Symbol { get; set; } | Gets or sets the symbol. The symbol attribute specifies which symbol defined from within the geometry this material binds to. |
| Target { get; set; } | Gets or sets the target. The target attribute specifies the URL of the location of the object to instantiate. |
See Also
- class ColladaElement
- namespace Aspose.CAD.FileFormats.Collada.FileParser.Elements
- assembly Aspose.CAD