VertexElementType
Overview
VertexElementType is a enum in Aspose.3D FOSS for .NET.
Vertex element type
Values
| Value | Description |
|---|---|
Normal | Represents a vertex normal vector used for lighting calculations |
Binormal | Represents a vertex binormal (bitangent) vector for tangent space |
Tangent | Represents a vertex tangent vector for texture mapping |
UV | Represents texture coordinate data (U,V) for a vertex |
VertexColor | Represents per-vertex color information |
VertexWeight | Represents skinning weight values 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 coordinates of a vertex |
Material | Represents material assignment data for a vertex or face |
PolygonSize | Represents the number of vertices in a polygon |
Hole | Indicates a hole definition within a polygon mesh |
UserData | Represents custom user-defined data attached to a vertex |