and of course the last commit didnt fix everything

This commit is contained in:
aap 2019-07-10 17:34:11 +02:00
commit 90e093cd47
19 changed files with 40 additions and 36 deletions

View file

@ -10,7 +10,7 @@ class CAnimBlendNode
public:
// for slerp
float theta; // angle between quaternions
float invSin; // 1/sin(theta)
float invSin; // 1/Sin(theta)
// indices into array in sequence
int32 frameA; // next key frame
int32 frameB; // previous key frame