Assimp
v4.1. (December 2018)
|
DOM class for skin deformer clusters (aka sub-deformers) More...
Inherits Assimp::FBX::Deformer.
Public Member Functions | |
Cluster (uint64_t id, const Element &element, const Document &doc, const std::string &name) | |
const WeightIndexArray & | GetIndices () const |
get indices into the vertex data of the geometry associated with this cluster. More... | |
const WeightArray & | GetWeights () const |
get the list of deformer weights associated with this cluster. More... | |
const Model * | TargetNode () const |
const aiMatrix4x4 & | Transform () const |
const aiMatrix4x4 & | TransformLink () const |
virtual | ~Cluster () |
![]() | |
Deformer (uint64_t id, const Element &element, const Document &doc, const std::string &name) | |
const PropertyTable & | Props () const |
virtual | ~Deformer () |
![]() | |
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 class for skin deformer clusters (aka sub-deformers)
Assimp::FBX::Cluster::Cluster | ( | uint64_t | id, |
const Element & | element, | ||
const Document & | doc, | ||
const std::string & | name | ||
) |
|
virtual |
|
inline |
get indices into the vertex data of the geometry associated with this cluster.
Use GetWeights() to get the associated weights. Both arrays have the same size (and may also be empty).
|
inline |
get the list of deformer weights associated with this cluster.
Use GetIndices() to get the associated vertices. Both arrays have the same size (and may also be empty).
|
inline |
|
inline |
|
inline |