Blender
V3.3
|
#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 55 of file BCAnimationSampler.h.
|
inline |
Definition at line 65 of file BCAnimationSampler.h.
References sample.
Definition at line 494 of file BCAnimationSampler.cpp.
References sample.
Referenced by BCSampleFrameContainer::add().
Get the matrix for the given key, returns Unity when the key does not exist.
Definition at line 501 of file BCAnimationSampler.cpp.
Referenced by BCSampleFrameContainer::get_samples().
Definition at line 510 of file BCAnimationSampler.cpp.
References sample.
Referenced by BCSampleFrameContainer::get_matrices(), and has_sample_for().
Get the matrix for the given Bone, returns Unity when the Object is not sampled.
Definition at line 520 of file BCAnimationSampler.cpp.
References sample.
Check if the key is in this BCSampleFrame.
Definition at line 532 of file BCAnimationSampler.cpp.
Referenced by BCSampleFrameContainer::get_frames().
Check if the Bone is in this BCSampleFrame.
Definition at line 537 of file BCAnimationSampler.cpp.
References get_sample_matrix().