Fix for leg jankyness. Added PBBNCCTTX shader

This commit is contained in:
dexy
2019-11-10 02:01:52 +11:00
Unverified
parent 639bebbc75
commit 918ed7fccf
7 changed files with 141 additions and 10 deletions
@@ -924,7 +924,7 @@ namespace CodeWalker.GameFiles
var pbone = Parent;
while (pbone != null)
{
pos = pbone.AnimRotation.Multiply(pos * pbone.AnimScale) + pbone.AnimTranslation;
pos = pbone.AnimRotation.Multiply(pos /** pbone.AnimScale*/) + pbone.AnimTranslation;
ori = pbone.AnimRotation * ori;
pbone = pbone.Parent;
}