Triangles class
Triangles class
The triangles. The triangles element provides the information needed to bind vertex attributes together and then organize those vertices into individual triangles. Each triangle described by the mesh has three vertices. The first triangle is formed from the first, second, and third vertices. The second triangle is formed from the fourth, fifth, and sixth vertices, and so on.
Inheritance: Triangles
→
ColladaElement
The Triangles type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Constructs a new instance of Triangles |
Properties
Property | Description |
---|---|
input | Gets or sets the input. The input element may occur any number of times. This input is a local input with the offset and set attributes. |
primitives | Gets or sets the primitives. The triangles element may have zero or one primitives element. |
extra | Gets or sets the extra. |
name | Gets or sets the name. The name attribute is the text string name of this element. Optional attribute. |
count | Gets or sets the count. The count attribute indicates the number of triangle primitives. Required attribute. |
material | Gets or sets the material. The material attribute declares a symbol for a material. This symbol is bound to a material at the time of instantiation. Optional attribute. If the material attribute is not specified then the lighting and shading results are application defined. |
See Also
- module
aspose.cad.fileformats.collada.fileparser.elements
- class
ColladaElement
- class
Triangles