VertexElementType

VertexElementType

Overview

VertexElementType is a enum in Aspose.3D FOSS for Java.

VertexElementType.BINORMAL represents a vertex’s binormal (bitangent) vector attribute.

Values

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

See Also