VertexElementType
Overview
VertexElementType is a enum in Aspose.3D FOSS for Java.
VertexElementType enum defines the set of supported vertex element categories such as NORMAL, TANGENT, UV, and MATERIAL.
This enumeration defines 15 values: BINORMAL, NORMAL, TANGENT, MATERIAL, POLYGON_GROUP, UV, VERTEX_COLOR, SMOOTHING_GROUP, VERTEX_CREASE, EDGE_CREASE, USER_DATA, VISIBILITY, and 3 more.
Values
| Value | Description |
|---|---|
BINORMAL | Represents a vertex’s binormal (bitangent) vector attribute |
NORMAL | |
TANGENT | |
MATERIAL | Represents material index or reference associated with a vertex |
POLYGON_GROUP | |
UV | Is an alias for texture coordinate data of a vertex |
VERTEX_COLOR | Represents per-vertex color information |
SMOOTHING_GROUP | |
VERTEX_CREASE | |
EDGE_CREASE | Represents crease weight data for mesh edges |
USER_DATA | Represents custom user-defined data attached to a vertex |
VISIBILITY | Represents a flag indicating vertex visibility |
SPECULAR | Represents a vertex’s specular color or intensity attribute |
WEIGHT | |
HOLE |