MappingMode
Overview
MappingMode is a enum in Aspose.3d for Python.
MappingMode.CONTROL_POINT represents mapping applied to each mesh control point.
Values
| Value | Description |
|---|---|
CONTROL_POINT | Represents mapping applied to each mesh control point |
POLYGON_VERTEX | Represents mapping applied to each vertex of a polygon |
POLYGON | Represents mapping applied uniformly to an entire polygon |
EDGE | Represents mapping applied along mesh edges |
ALL_SAME | Represents a single mapping value used for all elements |