Texture Mapping Type

Types

A3DETextureMappingType

Fields

kA3DTextureMappingTypeUnknown

kA3DTextureMappingTypeStored

kA3DTextureMappingTypeParametric

kA3DTextureMappingTypeOperator

Detailed Description

group a3d_texturemapping

Type Documentation

enum A3DETextureMappingType

Defines how to get mapping coordinates.

The kA3DTextureMappingTypeStored enumeration is used with mapping coordinates stored on A3DTess3D object. Other values are reserved for future use.

Version

2.0

Values:

enumerator kA3DTextureMappingTypeUnknown

Let the application choose.

enumerator kA3DTextureMappingTypeStored

Mapping coordinates are stored.

enumerator kA3DTextureMappingTypeParametric

Get the UV coordinate on the surface as mapping coordinates (reserved for future use).

enumerator kA3DTextureMappingTypeOperator

Use the defined Texture Mapping Operator to calculate mapping coordinates (reserved for future use).