Assimp
v3.1.1 (June 2014)
|
DOM base class for FBX models (even though its semantics are more "node" than "model". More...
Inherits Assimp::FBX::Object.
Public Member Functions | |
const std::string & | Culling () const |
const std::vector< const NodeAttribute * > & | GetAttributes () const |
Get node attachments. More... | |
const std::vector< const Geometry * > & | GetGeometry () const |
Get geometry links. More... | |
const std::vector< const Material * > & | GetMaterials () const |
Get material links. More... | |
bool | IsNull () const |
convenience method to check if the node has a Null node marker More... | |
Model (uint64_t id, const Element &element, const Document &doc, const std::string &name) | |
const PropertyTable & | Props () const |
const std::string & | Shading () const |
virtual | ~Model () |
![]() | |
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 | |
![]() | |
const Element & | element |
const uint64_t | id |
const std::string | name |
DOM base class for FBX models (even though its semantics are more "node" than "model".
Assimp::FBX::Model::Model | ( | uint64_t | id, |
const Element & | element, | ||
const Document & | doc, | ||
const std::string & | name | ||
) |
|
virtual |
|
inline |
|
inline |
Get node attachments.
|
inline |
Get geometry links.
|
inline |
Get material links.
bool Assimp::FBX::Model::IsNull | ( | ) | const |
convenience method to check if the node has a Null node marker
|
inline |
|
inline |