MappingMode
Overview
MappingMode is a enum in Aspose.3D FOSS for .NET.
Mapping mode
This enumeration defines 5 values: ControlPoint, PolygonVertex, Polygon, Edge, AllSame.
Values
| Value | Description |
|---|---|
ControlPoint | Represents mapping applied to each control point of a mesh |
PolygonVertex | Represents mapping applied to each vertex of a polygon |
Polygon | Represents mapping applied to entire polygons |
Edge | Represents mapping applied to mesh edges |
AllSame | Represents a uniform mapping applied identically to all elements |