perspective correction can be disabled/enabled for points

This commit is contained in:
codeanticode
2012-08-30 21:32:57 +00:00
parent c788566b60
commit 2acd81befe
5 changed files with 72 additions and 33 deletions

View File

@@ -34,6 +34,11 @@ import processing.core.PVector;
public class PGraphics3D extends PGraphicsOpenGL {
public PGraphics3D() {
super();
hints[ENABLE_PERSPECTIVE_CORRECTED_STROKE] = true;
}
//////////////////////////////////////////////////////////////
// RENDERER SUPPORT QUERIES