TextureMapping

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

ValueDescription
AMBIENTRepresents the ambient texture mapping channel
DIFFUSERepresents the diffuse color texture mapping channel
EMISSIVERepresents the emissive (glow) texture mapping channel
NORMALRepresents the normal map texture mapping channel
SPECULARRepresents the specular highlight texture mapping channel
BUMPRepresents the bump map texture mapping channel
REFLECTIONRepresents the reflection (environment) texture mapping channel
TRANSPARENCYRepresents the transparency (opacity) texture mapping channel
GLOWRepresents the glow effect texture mapping channel

See Also