VertexFieldSemantic

VertexFieldSemantic

Overview

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

VertexFieldSemantic.toString returns a string representation of the semantic.

Properties

NameTypeAccessDescription
POSITION``ReadRepresents the vertex position semantic
BINORMAL``Read
NORMAL``Read
TANGENT``Read
UV``ReadRepresents the vertex texture coordinate semantic
VERTEX_COLOR``ReadRepresents the vertex color semantic
VERTEX_CREASE``ReadRepresents the vertex crease weight semantic
EDGE_CREASE``ReadRepresents the edge crease weight semantic
USER_DATA``Read
VISIBILITY``ReadRepresents the visibility flag for a vertex
SPECULAR``Read
WEIGHT``ReadRepresents the vertex skinning weight semantic
MORPH_POSITION``ReadRepresents the morph target position semantic
MORPH_NORMAL``ReadRepresents the morph target normal semantic
namestringReadHolds the identifier string of the semantic

Methods

SignatureDescription
toString()stringReturns a string representation of the semantic

See Also