adjusted colors and size of origin gizmo

This commit is contained in:
10r3n20 2022-02-15 16:45:57 +01:00
parent a9e3acb623
commit 4383f2ddf2
2 changed files with 4 additions and 4 deletions

View file

@ -72,7 +72,7 @@ class BuildVolume(SceneNode):
self._origin_mesh = None # type: Optional[MeshData]
self._origin_line_length = 20
self._origin_line_width = 1.5
self._origin_line_width = 1
self._enabled = False
self._grid_mesh = None # type: Optional[MeshData]