Skip to content

Commit

Permalink
BUG #82: fix CauteryCameraToCautery transform
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscyyeung committed Nov 24, 2022
1 parent 8fb72a1 commit a25612f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LumpNav2/LumpNav2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1795,7 +1795,7 @@ def setup(self):
"{}".format(cauteryCameraToCauteryFileWithPath))
cauteryCameraToCautery = slicer.mrmlScene.AddNewNodeByClass("vtkMRMLLinearTransformNode", self.CAUTERYCAMERA_TO_CAUTERY)
m = self.createMatrixFromString('1 0 0 0 '
'0 -1 0 -5 '
'0 1 0 5 '
'0 0 -1 -40 '
'0 0 0 1')
cauteryCameraToCautery.SetMatrixTransformToParent(m)
Expand Down

0 comments on commit a25612f

Please sign in to comment.