mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 10:00:42 +01:00
mouseButton, open(), link(), depth() messages, matrix naming, error on 1.1
This commit is contained in:
@@ -1789,7 +1789,7 @@ public class PGraphics extends PImage implements PConstants {
|
||||
|
||||
public void rotate(float angle, float vx, float vy, float vz) {
|
||||
throw new RuntimeException("rotate(angle, x, y, z) " +
|
||||
"can only be used with depth()");
|
||||
"can only be used with P3D or OPENGL");
|
||||
}
|
||||
|
||||
|
||||
@@ -1877,7 +1877,7 @@ public class PGraphics extends PImage implements PConstants {
|
||||
float n20, float n21, float n22, float n23,
|
||||
float n30, float n31, float n32, float n33) {
|
||||
throw new RuntimeException("applyMatrix() with a 4x4 matrix " +
|
||||
"can only be used with depth()");
|
||||
"can only be used with OPENGL or P3D");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user