We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe96dd commit b78d3c0Copy full SHA for b78d3c0
Assets/Scripts/Pinpoint/Probes/ProbeController.cs
@@ -57,13 +57,9 @@ public void Register(ProbeManager probeManager)
57
/// <param name="transform"></param>
58
public void SetSpaceTransform(CoordinateSpace atlas, CoordinateTransform transform)
59
{
60
- Debug.Log($"Setting new transform to: {transform.Name}");
61
- Debug.Log(Insertion.APMLDV);
62
// Covnert the tip coordinate into the new space
63
var tipData = GetTipWorldU();
64
- Debug.Log(tipData.tipCoordWorldU);
65
Vector3 tipCoordNewSpace = transform.U2T(atlas.World2Space(tipData.tipCoordWorldU));
66
- Debug.Log(tipCoordNewSpace);
67
Insertion.APMLDV = tipCoordNewSpace;
68
// Set the transforms
69
Insertion.AtlasName = atlas.Name;
0 commit comments