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