From a4b86630dcb073925fc22690d77b6c542499ad41 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Mon, 13 Mar 2023 13:37:25 -0500 Subject: [PATCH] change to "wine red" x-axis --- cq_editor/widgets/occt_widget.py | 2 ++ 1 file changed, 2 insertions(+) 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()