mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 14:40:34 +00:00
and of course the last commit didnt fix everything
This commit is contained in:
parent
4a36d64f15
commit
90e093cd47
19 changed files with 40 additions and 36 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue