11 #ifndef CAL_MORPHTARGETMIXER_H
12 #define CAL_MORPHTARGETMIXER_H
15 #include "cal3d/global.h"
27 bool blend(
int id,
float weight,
float delay);
28 bool clear(
int id,
float delay);
29 float getCurrentWeight(
int id);
30 float getCurrentWeightBase();
31 int getMorphTargetCount();
32 void update(
float deltaTime);
35 std::vector<float> m_vectorCurrentWeight;
36 std::vector<float> m_vectorEndWeight;
37 std::vector<float> m_vectorDuration;
Definition: morphtargetmixer.h:21