MappingMode

Overview

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

MappingMode.CONTROL_POINT represents a mapping mode applied per control point of a mesh.

Properties

NameTypeAccessDescription
CONTROL_POINT``ReadRepresents a mapping mode applied per control point of a mesh
POLYGON_VERTEX``ReadRepresents a mapping mode applied per polygon vertex (face‑vertex)
POLYGON``ReadRepresents a mapping mode applied per polygon (face) of a mesh
EDGE``Read
ALL_SAME``ReadRepresents a mapping mode where all elements share the same mapping

See Also