mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 10:00:42 +01:00
Fixed camera and removed lookat
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user