Fixed camera and removed lookat

This commit is contained in:
juniperoserra
2005-05-02 04:26:45 +00:00
parent fe0754b7cc
commit cfe6716016
3 changed files with 19 additions and 52 deletions

View File

@@ -2111,12 +2111,6 @@ public class PGraphics extends PImage implements PConstants {
depthError("frustum");
}
public void lookat(float eyeX, float eyeY, float eyeZ,
float centerX, float centerY, float centerZ,
float upX, float upY, float upZ) {
depthError("lookat");
}
public void printCamera() {
depthError("printCamera");
}