MappingMode
Overview
MappingMode is a class in Aspose.3d for Typescript.
Inherits from: MappingMode.
MappingMode.CONTROL_POINT represents mapping applied per mesh control point (vertex).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
CONTROL_POINT | `` | Read | Represents mapping applied per mesh control point (vertex) |
POLYGON_VERTEX | `` | Read | Represents mapping applied per polygon vertex |
POLYGON | `` | Read | Represents mapping applied per whole polygon |
EDGE | `` | Read | Represents mapping applied per mesh edge |
ALL_SAME | `` | Read | Represents a single mapping value used for the entire mesh |