11 #ifndef CAL_ANIMATION_H 12 #define CAL_ANIMATION_H 15 #include "cal3d/global.h" 53 void setTime(
float time);
54 void setTimeFactor(
float timeFactor);
55 float getTimeFactor();
57 void checkCallbacks(
float animationTime,
CalModel *model);
58 void completeCallbacks(
CalModel *model);
61 void setType(Type type) {
65 void setState(State state) {
69 void setWeight(
float weight) {
77 std::vector<float> m_lastCallbackTimes;
Definition: coreanimation.h:22
Definition: animation.h:21