Assimp
v4.1. (December 2018)
|
Data structure for texture related material properties. More...
Public Member Functions | |
float | getBlend () |
Returns the blend factor. More... | |
String | getFile () |
Returns the path to the texture file. More... | |
int | getIndex () |
Index of the texture in the texture stack. More... | |
AiTextureMapMode | getTextureMapModeU () |
Returns the texture map mode for U texture axis. More... | |
AiTextureMapMode | getTextureMapModeV () |
Returns the texture map mode for V texture axis. More... | |
AiTextureMapMode | getTextureMapModeW () |
Returns the texture map mode for W texture axis. More... | |
AiTextureOp | getTextureOp () |
Returns the texture operation used to combine this texture and the preceding texture in the stack. More... | |
AiTextureType | getType () |
Specifies the type of the texture (e.g. More... | |
int | getUVIndex () |
Returns the index of the UV coordinate set. More... | |
Data structure for texture related material properties.
|
inline |
Returns the blend factor.
|
inline |
Returns the path to the texture file.
|
inline |
Index of the texture in the texture stack.
Each type maintains a stack of textures, i.e., there may be a diffuse.0, a diffuse.1, etc
|
inline |
Returns the texture map mode for U texture axis.
|
inline |
Returns the texture map mode for V texture axis.
|
inline |
Returns the texture map mode for W texture axis.
|
inline |
Returns the texture operation used to combine this texture and the preceding texture in the stack.
|
inline |
Specifies the type of the texture (e.g.
diffuse, specular, ...).
|
inline |
Returns the index of the UV coordinate set.