We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb66c08 commit 02e1ea5Copy full SHA for 02e1ea5
core/src/processing/opengl/PGraphics3D.java
@@ -35,7 +35,7 @@ public class PGraphics3D extends PGraphicsOpenGL {
35
36
public PGraphics3D() {
37
super();
38
- hints[ENABLE_STROKE_PERSPECTIVE] = true;
+ hints[ENABLE_STROKE_PERSPECTIVE] = false;
39
}
40
41
//////////////////////////////////////////////////////////////
java/libraries/lwjgl/src/processing/lwjgl/PGraphics3D.java
@@ -14,7 +14,7 @@ public class PGraphics3D extends PGraphicsLWJGL {
14
15
16
17
18
19
20
0 commit comments