VertexElementType

VertexElementType

Overview

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

Vertex element type

Values

ValueDescription
NormalRepresents a vertex normal vector used for lighting calculations
BinormalRepresents a vertex binormal (bitangent) vector for tangent space
TangentRepresents a vertex tangent vector for texture mapping
UVRepresents texture coordinate data (U,V) for a vertex
VertexColorRepresents per-vertex color information
VertexWeightRepresents skinning weight values for a vertex
EdgeCreaseRepresents crease weight applied to mesh edges
VertexCreaseRepresents crease weight applied to individual vertices
TextureCoordinateIs an alias for UV texture coordinates of a vertex
MaterialRepresents material assignment data for a vertex or face
PolygonSizeRepresents the number of vertices in a polygon
HoleIndicates a hole definition within a polygon mesh
UserDataRepresents custom user-defined data attached to a vertex

See Also