Enum VertexElementType

VertexElementType enumeration

The type of the vertex element, defined how it will be used in modeling.

public enum VertexElementType

Values

NameValueDescription
Binormal0Binormal vector, see VertexElementBinormal
Normal1Normal vector, see VertexElementNormal
Tangent2Tangent vector, see VertexElementTangent
Material3Material index, see VertexElementMaterial
PolygonGroup4Polygon group index, see VertexElementPolygonGroup
UV5Texture UV coordinate, see VertexElementUV
VertexColor6Vertex color, see VertexElementVertexColor
SmoothingGroup7Smoothing group, See VertexElementSmoothingGroup
VertexCrease8Vertex crease, See VertexElementVertexCrease
EdgeCrease9Edge crease, VertexElementEdgeCrease
UserData10User data, usually for application-specific purpose, See VertexElementUserData
Visibility11Visibility for components, see VertexElementVisibility
Specular12Specular colors, see VertexElementSpecular
Weight13Blend weights, see VertexElementWeight
Hole14Holes, see VertexElementHole

See Also