mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2025-01-25 15:02:56 +08:00
Possible face animation improvements
This commit is contained in:
parent
bae11fd2ce
commit
1c9fc78f7f
@ -595,7 +595,7 @@ namespace CodeWalker.Rendering
|
||||
break;
|
||||
case 26://face stuff
|
||||
q = anim.EvaluateQuaternion(frame, i, interpolate);
|
||||
//bone.AnimRotation = q;
|
||||
bone.AnimRotation = bone.Rotation * q;//is this right?
|
||||
break;
|
||||
case 27:
|
||||
case 50:
|
||||
|
Loading…
Reference in New Issue
Block a user