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
| Value | Description |
|---|---|
Unknown | |
Normal | Represents the normal vector of a mesh vertex |
Binormal | Represents the binormal (bitangent) vector of a vertex |
Tangent | |
UV | Represents texture coordinate data for a vertex |
VertexColor | Represents per‑vertex color information |
VertexWeight | Represents skinning weight data for a vertex |
EdgeCrease | Represents crease weight applied to mesh edges |
VertexCrease | Represents crease weight applied to individual vertices |
TextureCoordinate | Is an alias for UV texture coordinate data |
Material | Represents material assignment information for a vertex or face |
PolygonGroup | |
SmoothingGroup | |
Hole | Indicates a hole definition within a polygon |
UserData | Represents custom user‑defined data attached to a vertex |
Visibility | |
Specular |