Class BindMaterial
Contents
[
Hide
]BindMaterial class
The bind material. Bind a specific material to a piece of geometry, binding varying and uniform parameters at the same time.
public class BindMaterial : ColladaElement
Constructors
| Name | Description |
|---|---|
| BindMaterial() | The default constructor. |
Properties
| Name | Description |
|---|---|
| Extra { get; set; } | Gets or sets the extra. The extra element may appear any number of times. |
| Parameter { get; set; } | Gets or sets the parameter. The bind_material element may contain any number of parameter elements. |
| Technique { get; set; } | Gets or sets the technique. This element may contain any number of non-common profile techniques. |
| TechniqueCommon { get; set; } | 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. |
See Also
- class ColladaElement
- namespace Aspose.CAD.FileFormats.Collada.FileParser.Elements
- assembly Aspose.CAD