Skip to content

Commit

Permalink
Merge pull request Kitware#1947 from laurennlam/fix-old-reslice-curso…
Browse files Browse the repository at this point in the history
…r-axial-camera-position

fix(ResliceCursor): Setup correct initial normal to axis view
  • Loading branch information
finetjul authored May 31, 2021
2 parents 8cfe7f5 + 9b528d8 commit ac45dd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export function extend(publicAPI, model, initialValues = {}) {

model.reslicePlanes[0].setNormal([1, 0, 0]);
model.reslicePlanes[1].setNormal([0, -1, 0]);
model.reslicePlanes[2].setNormal([0, 0, 1]);
model.reslicePlanes[2].setNormal([0, 0, -1]);

publicAPI.buildCursorTopology();
}
Expand Down

0 comments on commit ac45dd4

Please sign in to comment.