MappingMode
Overview
MappingMode is a enum in Aspose.3D FOSS for Java.
MappingMode.CONTROL_POINT represents mapping values per control point.
This enumeration defines 4 values: CONTROL_POINT, POLYGON, POLYGON_VERTEX, ALL_SAME.
Description
MappingMode is an enumeration type in the Aspose.3D FOSS library for Java. It defines a set of named constants that control behavior or specify options within the API. Enumerations like MappingMode help ensure type safety by restricting values to a predefined set.
Values
| Value | Description |
|---|---|
CONTROL_POINT | Represents mapping values per control point |
POLYGON | Represents mapping values per polygon |
POLYGON_VERTEX | |
ALL_SAME | Represents a single mapping value applied to all elements |