VertexElementType

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

ValueDescription
BINORMALRepresents a vertex’s binormal (bitangent) vector attribute
NORMAL
TANGENT
MATERIALRepresents material index or reference associated with a vertex
POLYGON_GROUP
UVIs an alias for texture coordinate data of a vertex
VERTEX_COLORRepresents per-vertex color information
SMOOTHING_GROUP
VERTEX_CREASE
EDGE_CREASERepresents crease weight data for mesh edges
USER_DATARepresents custom user-defined data attached to a vertex
VISIBILITYRepresents a flag indicating vertex visibility
SPECULARRepresents a vertex’s specular color or intensity attribute
WEIGHT
HOLE

See Also

 English