VertexFieldSemantic

VertexFieldSemantic

Overview

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

VertexFieldSemantic.toString returns a string representation of the semantic.

This class provides 1 method for working with VertexFieldSemantic objects in Typescript programs. Available methods include: toString. All public members are accessible to any Typescript application after installing the Aspose.3D FOSS for Typescript package. Properties: BINORMAL, EDGE_CREASE, MORPH_NORMAL, MORPH_POSITION, NORMAL, POSITION, and 9 more.

Description

VertexFieldSemantic is a class in the Aspose.3D FOSS library for TypeScript that exposes 1 method and 15 properties for programmatic use.

Core capabilities include: string. These operations enable developers to integrate vertexfieldsemantic functionality directly into TypeScript applications.

The class also provides the POSITION property (gets the position), the BINORMAL property (gets the binormal), the NORMAL property (gets the normal).

Properties

NameTypeAccessDescription
POSITION``ReadGets the position.
BINORMAL``ReadGets the binormal.
NORMAL``ReadGets the normal.
TANGENT``ReadGets the tangent.
UV``ReadGets the uv.
VERTEX_COLOR``ReadGets the vertex color.
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.
MORPH_POSITION``ReadGets the morph position.
MORPH_NORMAL``ReadGets the morph normal.
namestringReadGets the name.

Methods

SignatureDescription
toString()stringReturns a string representation of the semantic

See Also