File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
xivModdingFramework/Models/FileTypes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -350,11 +350,11 @@ private static void BuildNewTransfromMatrices(SkeletonData node, Dictionary<stri
350
350
{
351
351
def . InvertedDeformations . Add ( node . BoneName , def . Deformations [ node . BoneName ] . Inverted ( ) ) ;
352
352
353
- var normalMatrix = def . Deformations [ node . BoneName ] . Inverted ( ) ;
353
+ var normalMatrix = def . Deformations [ node . BoneName ] ;
354
354
normalMatrix . Transpose ( ) ;
355
355
def . NormalDeformations . Add ( node . BoneName , normalMatrix ) ;
356
356
357
- var invertexNormalMatrix = def . Deformations [ node . BoneName ] . Inverted ( ) ;
357
+ var invertexNormalMatrix = def . Deformations [ node . BoneName ] ;
358
358
normalMatrix . Transpose ( ) ;
359
359
invertexNormalMatrix . Invert ( ) ;
360
360
def . InvertedNormalDeformations . Add ( node . BoneName , invertexNormalMatrix ) ;
You can’t perform that action at this time.
0 commit comments