more stuff

This commit is contained in:
Mister_Nebula 2021-12-14 16:04:59 +00:00
parent e658033c54
commit 23e4622410
2 changed files with 5 additions and 2 deletions

View File

@ -302,7 +302,7 @@ namespace QSB.Syncs
}
/* Red Cube = Where visible object should be
* Green = Where visible object is
* Green cube = Where visible object is
* Magenta cube = Reference transform
* Red Line = Connection between Red Cube and Green Cube
* Cyan Line = Connection between Green cube and reference transform
@ -310,8 +310,11 @@ namespace QSB.Syncs
Popcron.Gizmos.Cube(ReferenceTransform.DecodePos(transform.position), ReferenceTransform.DecodeRot(transform.rotation), Vector3.one / 8, Color.red);
Popcron.Gizmos.Line(ReferenceTransform.DecodePos(transform.position), AttachedObject.transform.position, Color.red);
Popcron.Gizmos.Cube(AttachedObject.transform.position, AttachedObject.transform.rotation, Vector3.one / 6, Color.green);
Popcron.Gizmos.Cube(ReferenceTransform.position, ReferenceTransform.rotation, Vector3.one / 8, Color.magenta);
Popcron.Gizmos.Line(AttachedObject.transform.position, ReferenceTransform.position, Color.cyan);
}
}

View File

@ -1,6 +1,6 @@
{
"debugMode": true,
"drawLines": false,
"drawLines": true,
"showQuantumVisibilityObjects": false,
"showQuantumDebugBoxes": false,
"avoidTimeSync": false,