mirror of
https://github.com/halpz/re3.git
synced 2025-12-22 11:32:51 +00:00
most of animation system done; little stuff here and there
This commit is contained in:
@@ -22,7 +22,9 @@ public:
|
||||
bool Update(CVector &trans, CQuaternion &rot, float weight);
|
||||
bool NextKeyFrame(void);
|
||||
bool FindKeyFrame(float t);
|
||||
bool SetupKeyFrameCompressed(void);
|
||||
void CalcDeltas(void);
|
||||
void CalcDeltasCompressed(void);
|
||||
void GetCurrentTranslation(CVector &trans, float weight);
|
||||
void GetEndTranslation(CVector &trans, float weight);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user