Texture Mapping Type
Enumerations | |
enum | A3DETextureMappingType { kA3DTextureMappingTypeUnknown, kA3DTextureMappingTypeStored, kA3DTextureMappingTypeParametric, kA3DTextureMappingTypeOperator } |
Defines how to get mapping coordinates. More... | |
Detailed Description
Enumeration Type Documentation
◆ A3DETextureMappingType
Defines how to get mapping coordinates.
- Version
- 2.0
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). |