Enumerations | |
enum | A3DETextureMappingType { kA3DTextureMappingTypeUnknown, kA3DTextureMappingTypeStored, kA3DTextureMappingTypeParametric, kA3DTextureMappingTypeOperator } |
Defines how to get mapping coordinates. More... | |
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.
Enumerator | |
---|---|
kA3DTextureMappingTypeUnknown |
Let the application choose. |
kA3DTextureMappingTypeStored |
Mapping coordinates are stored. |
kA3DTextureMappingTypeParametric |
Get the UV coordinate on the surface as mapping coordinates (reserved for future use). |
kA3DTextureMappingTypeOperator |
Use the defined Texture Mapping Operator to calculate mapping coordinates (reserved for future use). |