VertexElementType

VertexElementType

Overview

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

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

This enumeration defines 12 values: BINORMAL, COLOR, EDGE_CREASE, MATERIAL, NORMAL, SPECULAR, TANGENT, TEXTURE_COORDINATE, UV, USER_DATA, VERTEX_COLOR, VISIBILITY.

Description

VertexElementType is an enumeration type in the Aspose.3D FOSS library for Java. It defines a set of named constants that control behavior or specify options within the API. Enumerations like VertexElementType help ensure type safety by restricting values to a predefined set.

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