TextureMapping
Overview
TextureMapping is a enum in Aspose.3D FOSS for Java.
TextureMapping.AMBIENT represents the ambient texture mapping channel.
This enumeration defines 9 values: AMBIENT, DIFFUSE, EMISSIVE, NORMAL, SPECULAR, BUMP, REFLECTION, TRANSPARENCY, GLOW.
Description
TextureMapping 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 TextureMapping help ensure type safety by restricting values to a predefined set.
Values
| Value | Description |
|---|---|
AMBIENT | Represents the ambient texture mapping channel |
DIFFUSE | Represents the diffuse color texture mapping channel |
EMISSIVE | Represents the emissive (glow) texture mapping channel |
NORMAL | Represents the normal map texture mapping channel |
SPECULAR | Represents the specular highlight texture mapping channel |
BUMP | Represents the bump map texture mapping channel |
REFLECTION | Represents the reflection (environment) texture mapping channel |
TRANSPARENCY | Represents the transparency (opacity) texture mapping channel |
GLOW | Represents the glow effect texture mapping channel |