|
Assimp
v4.1. (December 2018)
|
DOM class for layered FBX textures. More...
Inherits Assimp::FBX::Object.
Public Member Functions | |
| float | Alpha () |
| void | fillTexture (const Document &doc) |
| BlendMode | GetBlendMode () const |
| const Texture * | getTexture (int index=0) const |
| LayeredTexture (uint64_t id, const Element &element, const Document &doc, const std::string &name) | |
| int | textureCount () const |
| virtual | ~LayeredTexture () |
Public Member Functions inherited from Assimp::FBX::Object | |
| uint64_t | ID () const |
| const std::string & | Name () const |
| Object (uint64_t id, const Element &element, const std::string &name) | |
| const Element & | SourceElement () const |
| virtual | ~Object () |
Additional Inherited Members | |
Protected Attributes inherited from Assimp::FBX::Object | |
| const Element & | element |
| const uint64_t | id |
| const std::string | name |
DOM class for layered FBX textures.
| Assimp::FBX::LayeredTexture::LayeredTexture | ( | uint64_t | id, |
| const Element & | element, | ||
| const Document & | doc, | ||
| const std::string & | name | ||
| ) |
|
virtual |
|
inline |
| void Assimp::FBX::LayeredTexture::fillTexture | ( | const Document & | doc | ) |
|
inline |
|
inline |
|
inline |