diff --git a/cq_editor/widgets/occt_widget.py b/cq_editor/widgets/occt_widget.py index b7e6f18..20ea30f 100644 --- a/cq_editor/widgets/occt_widget.py +++ b/cq_editor/widgets/occt_widget.py @@ -54,6 +54,8 @@ class OCCTWidget(QWidget): Aspect_TypeOfTriedronPosition.Aspect_TOTP_RIGHT_LOWER, Quantity_Color(), 0.1) + view.ZBufferTriedronSetup(Quantity_Color(*(0.2, 0.0, 0.0), Quantity_TOC_RGB)) + viewer = self.viewer viewer.SetDefaultLights()