remove need for cameraMode(PERSPECTIVE) on each frame

This commit is contained in:
benfry
2005-02-05 03:36:54 +00:00
parent 9c7467d0bd
commit 5ab2a9043f
3 changed files with 13 additions and 17 deletions

View File

@@ -4974,14 +4974,13 @@ public class PGraphics extends PImage implements PMethods, PConstants {
// DEPTH
/** semi-placeholder */
public void depth() {
depth = true;
//dimensions = 3;
cameraMode(PERSPECTIVE);
}
/** semi-placeholder */
public void noDepth() {
depth = false;
//dimensions = 0;