Skip to content

Commit

Permalink
make the cruse not rotate by 90
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Harrington committed Jan 10, 2025
1 parent d84ef3e commit 7565a23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ public void onCruse() {
indicator = CSG.unionAll(selectedCSG);
}
List<String> seleectedNames = selectedSnapshot();
TransformNR o = new TransformNR(RotationNR.getRotationY(0));
TransformNR o = new TransformNR(RotationNR.getRotationZ(90));

TransformNR g = o.times(wp.inverse());
Transform tf = TransformFactory.nrToCSG(g);
Expand Down

0 comments on commit 7565a23

Please sign in to comment.