VertexElementType

Oversigt over de forskellige former for støtte

VertexElementType er et enum i Aspose.3D FOSS for .NET.

Typ af punktpunktelementer

Valuer

ValueDescription
NormalRepresents a vertex normal vector used for lighting calculations
BinormalRepresents a vertex binormal (bitangent) vector for tangent space
TangentRepresents a vertex tangent vector for texture mapping
UVRepresents texture coordinate (U,V) data for a vertex
VertexColorRepresents per-vertex color information
VertexWeightRepresents skinning weight values associated with a vertex
EdgeCreaseRepresents crease weight applied to mesh edges
VertexCreaseRepresents crease weight applied to individual vertices
TextureCoordinateIs an alias for UV texture coordinate data
MaterialRepresents material index or reference assigned to a vertex
PolygonSizeRepresents the number of vertices in a polygon
HoleIndicates that a polygon contains a hole region
UserDataRepresents custom user-defined data attached to a vertex
 Dansk