mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 07:34:52 +08:00
Possible face animation improvements
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user