VertexFieldSemantic
Overview
VertexFieldSemantic is a class in Aspose.3D FOSS for Typescript.
VertexFieldSemantic.toString returns a string representation of the semantic.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
POSITION | `` | Read | Represents the vertex position semantic |
BINORMAL | `` | Read | |
NORMAL | `` | Read | |
TANGENT | `` | Read | |
UV | `` | Read | Represents the vertex texture coordinate semantic |
VERTEX_COLOR | `` | Read | Represents the vertex color semantic |
VERTEX_CREASE | `` | Read | Represents the vertex crease weight semantic |
EDGE_CREASE | `` | Read | Represents the edge crease weight semantic |
USER_DATA | `` | Read | |
VISIBILITY | `` | Read | Represents the visibility flag for a vertex |
SPECULAR | `` | Read | |
WEIGHT | `` | Read | Represents the vertex skinning weight semantic |
MORPH_POSITION | `` | Read | Represents the morph target position semantic |
MORPH_NORMAL | `` | Read | Represents the morph target normal semantic |
name | string | Read | Holds the identifier string of the semantic |
Methods
| Signature | Description |
|---|---|
toString() → string | Returns a string representation of the semantic |