TextureMapping

Overview

TextureMapping is a class in Aspose.3D FOSS for Typescript.

TextureMapping.AMBIENT represents the ambient texture mapping channel.

Properties: AMBIENT, BUMP, DIFFUSE, DISPLACEMENT, EMISSIVE, GLOW, and 6 more.

Description

TextureMapping is a class in the Aspose.3D FOSS library for TypeScript that exposes 0 methods and 12 properties for programmatic use.

The class also provides the AMBIENT property (gets the ambient), the EMISSIVE property (gets the emissive), the DIFFUSE property (gets the diffuse).

Properties

NameTypeAccessDescription
AMBIENT``ReadGets the ambient.
EMISSIVE``ReadGets the emissive.
DIFFUSE``ReadGets the diffuse.
OPACITY``ReadGets the opacity.
BUMP``ReadGets the bump.
NORMAL``ReadGets the normal.
SPECULAR``ReadGets the specular.
GLOW``ReadGets the glow.
REFLECTION``ReadGets the reflection.
SHADOW``ReadGets the shadow.
SHININESS``ReadGets the shininess.
DISPLACEMENT``ReadGets the displacement.

See Also