Skip to content

Commit

Permalink
Remove some junk comments
Browse files Browse the repository at this point in the history
  • Loading branch information
andybak committed Jan 18, 2024
1 parent 2f8719e commit c917492
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Assets/Scripts/PointerManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,6 @@ public bool CalcScriptedTransforms()
{
var mat = matList[i]._Matrix;

// fubar
var xfCenter_GS = TrTransform.FromTransform(m_SymmetryWidget);
(TrTransform, TrTransform) trAndFix = TrFromMatrixWithFixedReflections(mat);
var newTr_GS = xfCenter_GS * trAndFix.Item1 * xfCenter_GS.inverse;
Expand Down Expand Up @@ -1117,7 +1116,6 @@ public TrTransform GetSymmetryTransformFor(PointerScript pointer, TrTransform xf
}
case SymmetryMode.ScriptedSymmetryMode:
{
// fubar
TrTransform scriptedTr;
{
scriptedTr = m_ScriptedTransforms[child];
Expand Down Expand Up @@ -1282,7 +1280,6 @@ void UpdateSymmetryPointerTransforms()
// convert from canvas to world coords
// tr *= App.Scene.Pose.inverse;
// Apply the transform to the pointer
// fubar
TrTransform fixTr = i < m_ScriptedTrFixes.Count ? m_ScriptedTrFixes[i] : TrTransform.identity;
var tmp = tr * pointer0_GS * fixTr; // Work around 2018.3.x Mono parse bug
if (tmp.IsFinite())
Expand Down

0 comments on commit c917492

Please sign in to comment.