|
Assimp
v4.1. (December 2018)
|
Helper structure representing a texture. More...
Public Member Functions | |
| Texture () AI_NO_EXCEPT | |
| Default constructor. More... | |
Public Attributes | |
| bool | bPrivate |
| Used internally. More... | |
| int | iUVSrc |
| aiTextureMapMode | mMapMode |
| Specifies the mapping mode to be used for the texture. More... | |
| std::string | mMapName |
| Specifies the filename of the texture. More... | |
| ai_real | mOffsetU |
| Specifies texture coordinate offsets/scaling/rotations. More... | |
| ai_real | mOffsetV |
| ai_real | mRotation |
| ai_real | mScaleU |
| ai_real | mScaleV |
| ai_real | mTextureBlend |
| Specifies the blend factor for the texture. More... | |
Helper structure representing a texture.
|
inline |
Default constructor.
| bool Assimp::D3DS::Texture::bPrivate |
Used internally.
| int Assimp::D3DS::Texture::iUVSrc |
| aiTextureMapMode Assimp::D3DS::Texture::mMapMode |
Specifies the mapping mode to be used for the texture.
| std::string Assimp::D3DS::Texture::mMapName |
Specifies the filename of the texture.
| ai_real Assimp::D3DS::Texture::mOffsetU |
Specifies texture coordinate offsets/scaling/rotations.
| ai_real Assimp::D3DS::Texture::mOffsetV |
| ai_real Assimp::D3DS::Texture::mRotation |
| ai_real Assimp::D3DS::Texture::mScaleU |
| ai_real Assimp::D3DS::Texture::mScaleV |
| ai_real Assimp::D3DS::Texture::mTextureBlend |
Specifies the blend factor for the texture.