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 fea85a5 commit 7221407Copy full SHA for 7221407
cadquery/cq_directive.py
@@ -54,6 +54,7 @@
54
roll: vtk.Interaction.Manipulators.vtkMouseCameraTrackballRollManipulator.newInstance(),
55
};
56
57
+manips.rot.setUseFocalPointAsCenterOfRotation(true);
58
manips.zoom1.setControl(true);
59
manips.zoom2.setButton(3);
60
manips.roll.setShift(true);
cadquery/occ_impl/jupyter_tools.py
@@ -92,6 +92,7 @@
92
93
}};
94
95
+ manips.rot.setUseFocalPointAsCenterOfRotation(true);
96
97
manips.zoom2.setScrollEnabled(true);
98
0 commit comments