VertexElementType
Overview
VertexElementType is a enum in Aspose.3d for Python.
VertexElementType.BINORMAL represents a binormal (tangent space) vertex attribute.
Values
| Value | Description |
|---|---|
BINORMAL | Represents a binormal (tangent space) vertex attribute |
NORMAL | Represents a normal vector attribute for a vertex |
TANGENT | |
MATERIAL | Represents material index data associated with a vertex |
POLYGON_GROUP | Represents grouping of polygons for a vertex |
UV | Represents texture coordinate (UV) data for a vertex |
VERTEX_COLOR | Represents per-vertex color information |
SMOOTHING_GROUP | Represents smoothing group identifier for a vertex |
VERTEX_CREASE | Represents crease weight for a vertex |
EDGE_CREASE | Represents crease weight for an edge |
USER_DATA | Represents custom user-defined data attached to a vertex |
VISIBILITY | Represents visibility flag for a vertex |
SPECULAR | Represents specular color or intensity for a vertex |
WEIGHT | Represents skinning weight data for a vertex |
HOLE | Represents a hole flag indicating missing geometry for a vertex |