doesn't need to set hint[ENABLE_STROKE_PERSPECTIVE] to false, it is by

default
This commit is contained in:
codeanticode
2013-02-13 10:20:28 -05:00
parent a4d7c1ee62
commit a1f88f02b5
3 changed files with 1 additions and 3 deletions
-1
View File
@@ -829,7 +829,6 @@ public class PGL {
// Clear all buffers.
clearDepth(1);
clearStencil(0);
int argb = pg.backgroundColor;
float a = ((argb >> 24) & 0xff) / 255.0f;
float r = ((argb >> 16) & 0xff) / 255.0f;
@@ -37,7 +37,6 @@ public class PGraphics2D extends PGraphicsOpenGL {
public PGraphics2D() {
super();
hints[ENABLE_STROKE_PERSPECTIVE] = false;
}
+1 -1
View File
@@ -35,9 +35,9 @@ public class PGraphics3D extends PGraphicsOpenGL {
public PGraphics3D() {
super();
hints[ENABLE_STROKE_PERSPECTIVE] = false;
}
//////////////////////////////////////////////////////////////
// RENDERER SUPPORT QUERIES