VertexElementType

VertexElementType

Overview

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

Vertex element type

This enumeration defines 17 values: Unknown, Normal, Binormal, Tangent, UV, VertexColor, VertexWeight, EdgeCrease, VertexCrease, TextureCoordinate, Material, PolygonGroup, and 5 more.

Values

ValueDescription
Unknown
NormalRepresents the normal vector of a mesh vertex
BinormalRepresents the binormal (bitangent) vector of a vertex
Tangent
UVRepresents texture coordinate data for a vertex
VertexColorRepresents per‑vertex color information
VertexWeightRepresents skinning weight data for a vertex
EdgeCreaseRepresents crease weight applied to mesh edges
VertexCreaseRepresents crease weight applied to individual vertices
TextureCoordinateIs an alias for UV texture coordinate data
MaterialRepresents material assignment information for a vertex or face
PolygonGroup
SmoothingGroup
HoleIndicates a hole definition within a polygon
UserDataRepresents custom user‑defined data attached to a vertex
Visibility
Specular

See Also