mirror of
https://github.com/processing/processing4.git
synced 2026-01-28 19:01:08 +01:00
Disabling stroke perspective in P3D
This commit is contained in:
@@ -14,7 +14,7 @@ public class PGraphics3D extends PGraphicsLWJGL {
|
||||
|
||||
public PGraphics3D() {
|
||||
super();
|
||||
hints[ENABLE_STROKE_PERSPECTIVE] = true;
|
||||
hints[ENABLE_STROKE_PERSPECTIVE] = false;
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user