VertexElementType

VertexElementType

Overview

VertexElementType is a class in Aspose.3D FOSS for Typescript.

VertexElementType.BINORMAL represents the per‑vertex binormal vector used in tangent space calculations.

Properties: BINORMAL, EDGE_CREASE, HOLE, MATERIAL, NORMAL, POLYGON_GROUP, and 9 more.

Properties

NameTypeAccessDescription
BINORMAL``ReadGets the binormal.
NORMAL``ReadGets the normal.
TANGENT``ReadGets the tangent.
MATERIAL``ReadGets the material.
POLYGON_GROUP``ReadGets the polygon group.
UV``ReadGets the uv.
VERTEX_COLOR``ReadGets the vertex color.
SMOOTHING_GROUP``ReadGets the smoothing group.
VERTEX_CREASE``ReadGets the vertex crease.
EDGE_CREASE``ReadGets the edge crease.
USER_DATA``ReadGets the user data.
VISIBILITY``ReadGets the visibility.
SPECULAR``ReadGets the specular.
WEIGHT``ReadGets the weight.
HOLE``ReadGets the hole.

See Also