mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2025-02-17 06:18:26 +00:00
Disable automated transform flags to test something
This commit is contained in:
parent
09e9bf0e95
commit
7090234fe5
5 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -696,7 +696,7 @@ namespace Bfres.Structs
|
|||
|
||||
public void SetTransforms()
|
||||
{
|
||||
if (BoneU != null)
|
||||
/* if (BoneU != null)
|
||||
{
|
||||
BoneU.TransformRotateZero = (GetRotation() == Quaternion.Identity);
|
||||
BoneU.TransformScaleOne = (GetScale() == Vector3.Zero);
|
||||
|
@ -707,7 +707,7 @@ namespace Bfres.Structs
|
|||
Bone.TransformRotateZero = (GetRotation() == Quaternion.FromEulerAngles(0,0,0));
|
||||
Bone.TransformScaleOne = (GetScale() == Vector3.One);
|
||||
Bone.TransformTranslateZero = (GetPosition() == Vector3.Zero);
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
public ResFile GetResFile()
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue