1
0
mirror of synced 2025-03-03 00:33:16 +01:00

Disable automated transform flags to test something

This commit is contained in:
KillzXGaming 2019-06-21 22:34:26 -04:00
parent 09e9bf0e95
commit 7090234fe5
5 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -696,7 +696,7 @@ namespace Bfres.Structs
public void SetTransforms() public void SetTransforms()
{ {
if (BoneU != null) /* if (BoneU != null)
{ {
BoneU.TransformRotateZero = (GetRotation() == Quaternion.Identity); BoneU.TransformRotateZero = (GetRotation() == Quaternion.Identity);
BoneU.TransformScaleOne = (GetScale() == Vector3.Zero); BoneU.TransformScaleOne = (GetScale() == Vector3.Zero);
@ -707,7 +707,7 @@ namespace Bfres.Structs
Bone.TransformRotateZero = (GetRotation() == Quaternion.FromEulerAngles(0,0,0)); Bone.TransformRotateZero = (GetRotation() == Quaternion.FromEulerAngles(0,0,0));
Bone.TransformScaleOne = (GetScale() == Vector3.One); Bone.TransformScaleOne = (GetScale() == Vector3.One);
Bone.TransformTranslateZero = (GetPosition() == Vector3.Zero); Bone.TransformTranslateZero = (GetPosition() == Vector3.Zero);
} }*/
} }
public ResFile GetResFile() public ResFile GetResFile()