VertexFieldSemantic

VertexFieldSemantic

Overview

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

The semantic of the vertex field

Values

ValueDescription
PositionRepresents the 3D coordinates of a vertex
BinormalRepresents the binormal (bitangent) vector of a vertex
Normal
Tangent
UVRepresents texture coordinate(s) of a vertex
VertexColorRepresents per-vertex color data
VertexCreaseRepresents crease weight for vertex smoothing
EdgeCreaseRepresents crease weight for edges
UserData
VisibilityRepresents a flag indicating if a vertex is visible
SpecularRepresents specular color or intensity per vertex
WeightRepresents skinning weight(s) for a vertex
MorphPositionRepresents target position for morph animation
MorphNormalRepresents target normal for morph animation

See Also