A3DETextureMappingType
-
enum
A3DETextureMappingType Defines how to get mapping coordinates.
2.0The
kA3DTextureMappingTypeStoredenumeration is used with mapping coordinates stored onA3DTess3Dobject. Other values are reserved for future use.
-
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).