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: ALL_SAME, CONTROL_POINT, EDGE, POLYGON, POLYGON_VERTEX.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
CONTROL_POINT | `` | Read/Write | Gets or sets the control point. |
POLYGON_VERTEX | `` | Read/Write | Gets or sets the polygon vertex. |
POLYGON | `` | Read/Write | Gets or sets the polygon. |
EDGE | `` | Read/Write | Gets or sets the edge. |
ALL_SAME | `` | Read/Write | Gets or sets the all same. |