VertexFieldSemantic

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

ValueDescription
PositionRepresents the 3D position of a mesh vertex
Binormal
Normal
TangentRepresents the tangent vector of a vertex
UV
VertexColor
VertexCreaseRepresents crease weight applied to a vertex
EdgeCreaseRepresents crease weight applied to an edge
UserData
VisibilityRepresents a flag indicating whether a vertex is visible
SpecularRepresents specular color or intensity for a vertex
WeightRepresents a weighting factor (e.g., bone influence) for a vertex
MorphPositionRepresents position data for a morph target vertex
MorphNormalRepresents normal data for a morph target vertex

See Also