VertexElementType enumeration
VertexElementType enumeration
The type of the vertex element, defined how it will be used in modeling.
The VertexElementType type exposes the following members:
Fields
Field | Description |
---|---|
BINORMAL | Binormal vector, see VertexElementBinormal |
NORMAL | Normal vector, see VertexElementNormal |
TANGENT | Tangent vector, see VertexElementTangent |
MATERIAL | Material index, see VertexElementMaterial |
POLYGON_GROUP | Polygon group index, see VertexElementPolygonGroup |
UV | Texture UV coordinate, see VertexElementUV |
VERTEX_COLOR | Vertex color, see VertexElementVertexColor |
SMOOTHING_GROUP | Smoothing group, See VertexElementSmoothingGroup |
VERTEX_CREASE | Vertex crease, See VertexElementVertexCrease |
EDGE_CREASE | Edge crease, VertexElementEdgeCrease |
USER_DATA | User data, usually for application-specific purpose, See VertexElementUserData |
VISIBILITY | Visibility for components, see VertexElementVisibility |
SPECULAR | Specular colors, see VertexElementSpecular |
WEIGHT | Blend weights, see VertexElementWeight |
HOLE | Holes, see VertexElementHole |
See Also
- module
aspose.threed.entities
- class
VertexElementBinormal
- class
VertexElementEdgeCrease
- class
VertexElementHole
- class
VertexElementMaterial
- class
VertexElementNormal
- class
VertexElementPolygonGroup
- class
VertexElementSmoothingGroup
- class
VertexElementSpecular
- class
VertexElementTangent
- class
VertexElementUV
- class
VertexElementUserData
- class
VertexElementVertexColor
- class
VertexElementVertexCrease
- class
VertexElementVisibility
- class
VertexElementWeight