mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 01:50:44 +01:00
getting camera() into PGraphics, last of faq stuff, starting 0085
This commit is contained in:
@@ -2073,6 +2073,16 @@ public class PGraphics extends PImage implements PConstants {
|
||||
depthError("endCamera");
|
||||
}
|
||||
|
||||
public void camera() {
|
||||
depthError("camera");
|
||||
}
|
||||
|
||||
public void camera(float eyeX, float eyeY, float eyeZ,
|
||||
float centerX, float centerY, float centerZ,
|
||||
float upX, float upY, float upZ) {
|
||||
depthError("camera");
|
||||
}
|
||||
|
||||
public void ortho() {
|
||||
depthError("ortho");
|
||||
}
|
||||
@@ -2106,7 +2116,6 @@ public class PGraphics extends PImage implements PConstants {
|
||||
depthError("printCamera");
|
||||
}
|
||||
|
||||
|
||||
public void printProjection() {
|
||||
depthError("printCamera");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user