Disabling stroke perspective in P3D

This commit is contained in:
Your Name
2013-02-04 16:51:01 -05:00
parent ae614803c8
commit ac1f7eafe4
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ public class PGraphics3D extends PGraphicsLWJGL {
public PGraphics3D() {
super();
hints[ENABLE_STROKE_PERSPECTIVE] = true;
hints[ENABLE_STROKE_PERSPECTIVE] = false;
}
//////////////////////////////////////////////////////////////