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 b977387 commit 452e863Copy full SHA for 452e863
src/main/java/workspace/ui/ViewGizmo.java
@@ -33,7 +33,6 @@ public ViewGizmo() {
33
}
34
35
public void draw(Graphics g) {
36
-// g.enableDepthTest();
37
g.pushMatrix();
38
g.translate(x, y);
39
g.rotateX(rotationX);
@@ -48,7 +47,6 @@ public void draw(Graphics g) {
48
47
g.setColor(UiValues.getColor(UiConstants.KEY_GIZMO_AXIS_Z_COLOR));
49
g.fillFaces(coneZ);
50
g.popMatrix();
51
-// g.disableDepthTest();
52
53
54
private void createMeshes() {
0 commit comments