A3DETextureMappingType
-
enum
A3DETextureMappingType Defines how to get mapping coordinates.
2.0The:c:enumerator:~kA3DTextureMappingTypeStoredenumeration is used with mapping coordinates stored on:c:type:~A3DTess3Dobject. Other values are reserved for future use.
Enumerators
-
enumerator
kA3DTextureMappingTypeUnknown - kA3DTextureMappingTypeUnknown
Let the application choose.
-
enumerator
kA3DTextureMappingTypeStored - kA3DTextureMappingTypeStored
Mapping coordinates are stored.
-
enumerator
kA3DTextureMappingTypeParametric - kA3DTextureMappingTypeParametric
Get the UV coordinate on the surface as mapping coordinates (reserved for future use).
-
enumerator
kA3DTextureMappingTypeOperator - kA3DTextureMappingTypeOperator
Use the defined:ref:Texture Mapping Operator <group__a3d__texturemappingoperator>to calculate mapping coordinates (reserved for future use).