mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
changing up depth error messages
This commit is contained in:
@@ -2626,6 +2626,13 @@ public class PGraphics3 extends PGraphics {
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Print the current camera matrix.
|
||||
*/
|
||||
public void printCamera() {
|
||||
camera.print();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Print the current projection matrix.
|
||||
@@ -2636,15 +2643,6 @@ public class PGraphics3 extends PGraphics {
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Print the current camera matrix.
|
||||
*/
|
||||
public void printCamera() {
|
||||
camera.print();
|
||||
}
|
||||
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////
|
||||
|
||||
// SCREEN AND OBJECT COORDINATES
|
||||
|
||||
Reference in New Issue
Block a user