A3DSDKTexture.h File Reference
Header for the Texture module, which is part of the Graphics module. More...
Data Structures | |
| struct | A3DGraphTextureApplicationData |
| TextureApplicationData structure. More... | |
| struct | A3DGraphTextureDefinitionData |
| TextureDefinitionData structure. More... | |
| struct | A3DGraphTextureTransformationData |
| Texture Transformation Structure. More... | |
Macros | |
| #define | kA3DTextureApplyingModeAlphaTest 0x0002 |
| #define | kA3DTextureApplyingModeLighting 0x0001 |
| #define | kA3DTextureApplyingModeNone 0x0000 |
| #define | kA3DTextureApplyingModeVertexColor 0x0004 |
| #define | kA3DTextureMappingAmbient 0x0080 |
| #define | kA3DTextureMappingBump 0x0002 |
| #define | kA3DTextureMappingComponentsAlpha 0x0008 |
| #define | kA3DTextureMappingComponentsBlue 0x0004 |
| #define | kA3DTextureMappingComponentsGreen 0x0002 |
| #define | kA3DTextureMappingComponentsRed 0x0001 |
| Defines which component(s) must be used to map a texture. More... | |
| #define | kA3DTextureMappingComponentsRgb 0x0007 |
| #define | kA3DTextureMappingComponentsRgba 0x000f |
| #define | kA3DTextureMappingCubicalReflection 0x0010 |
| #define | kA3DTextureMappingDiffuse 0x0001 |
| #define | kA3DTextureMappingEmission 0x0100 |
| #define | kA3DTextureMappingOpacity 0x0004 |
| #define | kA3DTextureMappingRefraction 0x0020 |
| #define | kA3DTextureMappingSpecular 0x0040 |
| #define | kA3DTextureMappingSphericalReflection 0x0008 |
Detailed Description
Header for the Texture module, which is part of the Graphics module.
- Version
- 9.1
- Date
- March 2016
- Copyright (c) 2016 by Tech Soft 3D, LLC. All rights reserved.
