Assimp
v3.1.1 (June 2014)
|
Defines texture helper structures for the library. More...
Classes | |
struct | aiTexel |
Helper structure to represent a texel in a ARGB8888 format. More... | |
struct | aiTexture |
Helper structure to describe an embedded texture. More... | |
Macros | |
#define | AI_MAKE_EMBEDDED_TEXNAME(_n_) "*" # _n_ |
Used to build the reserved path name used by the material system to reference textures that are embedded into their corresponding model files. More... | |
Variables | |
struct aiTexel | PACK_STRUCT |
Detailed Description
Defines texture helper structures for the library.
Used for file formats which embed their textures into the model file. Supported are both normal textures, which are stored as uncompressed pixels, and "compressed" textures, which are stored in a file format such as PNG or TGA.
Macro Definition Documentation
#define AI_MAKE_EMBEDDED_TEXNAME | ( | _n_ | ) | "*" # _n_ |
Used to build the reserved path name used by the material system to reference textures that are embedded into their corresponding model files.
The parameter specifies the index of the texture (zero-based, in the aiScene::mTextures array)
Variable Documentation
struct aiTexel PACK_STRUCT |
Generated on Sun Feb 21 2016 19:42:29 for Assimp by 1.8.11