VertexFieldSemantic
Overview
VertexFieldSemantic is a enum in Aspose.3D FOSS for .NET.
The semantic of the vertex field
This enumeration defines 14 values: Position, Binormal, Normal, Tangent, UV, VertexColor, VertexCrease, EdgeCrease, UserData, Visibility, Specular, Weight, and 2 more.
Values
| Value | Description |
|---|---|
Position | Represents the 3D position of a mesh vertex |
Binormal | |
Normal | |
Tangent | Represents the tangent vector of a vertex |
UV | |
VertexColor | |
VertexCrease | Represents crease weight applied to a vertex |
EdgeCrease | Represents crease weight applied to an edge |
UserData | |
Visibility | Represents a flag indicating whether a vertex is visible |
Specular | Represents specular color or intensity for a vertex |
Weight | Represents a weighting factor (e.g., bone influence) for a vertex |
MorphPosition | Represents position data for a morph target vertex |
MorphNormal | Represents normal data for a morph target vertex |