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

ValueDescription
CONTROL_POINTRepresents mapping values per control point
POLYGONRepresents mapping values per polygon
POLYGON_VERTEX
ALL_SAMERepresents a single mapping value applied to all elements

See Also