VertexFieldSemantic
Overview
VertexFieldSemantic is a enum in Aspose.3D FOSS for .NET.
The semantic of the vertex field
Values
| Value | Description |
|---|---|
Position | Represents the 3D coordinates of a vertex |
Binormal | Represents the binormal (bitangent) vector of a vertex |
Normal | |
Tangent | |
UV | Represents texture coordinate(s) of a vertex |
VertexColor | Represents per-vertex color data |
VertexCrease | Represents crease weight for vertex smoothing |
EdgeCrease | Represents crease weight for edges |
UserData | |
Visibility | Represents a flag indicating if a vertex is visible |
Specular | Represents specular color or intensity per vertex |
Weight | Represents skinning weight(s) for a vertex |
MorphPosition | Represents target position for morph animation |
MorphNormal | Represents target normal for morph animation |