|
Blender V4.5
|
#include <BCAnimationSampler.h>
Public Member Functions | |
| ~BCSampleFrame () | |
| BCSample & | add (Object *ob) |
| const BCSample * | get_sample (Object *ob) const |
| const BCMatrix * | get_sample_matrix (Object *ob) const |
| const BCMatrix * | get_sample_matrix (Object *ob, Bone *bone) const |
| bool | has_sample_for (Object *ob) const |
| bool | has_sample_for (Object *ob, Bone *bone) const |
Definition at line 53 of file BCAnimationSampler.h.
|
inline |
Definition at line 63 of file BCAnimationSampler.h.
References sample.
Definition at line 474 of file BCAnimationSampler.cpp.
References sample.
Get the matrix for the given key, returns Unity when the key does not exist.
Definition at line 481 of file BCAnimationSampler.cpp.
Definition at line 490 of file BCAnimationSampler.cpp.
References BCSample::get_matrix(), and sample.
Referenced by has_sample_for().
Get the matrix for the given Bone, returns Unity when the Object is not sampled.
Definition at line 500 of file BCAnimationSampler.cpp.
References BCMatrix::get_matrix(), and sample.
| bool BCSampleFrame::has_sample_for | ( | Object * | ob | ) | const |
Check if the key is in this BCSampleFrame.
Definition at line 512 of file BCAnimationSampler.cpp.
Check if the Bone is in this BCSampleFrame.
Definition at line 517 of file BCAnimationSampler.cpp.
References get_sample_matrix().