changing up depth error messages

This commit is contained in:
benfry
2005-04-10 06:26:45 +00:00
parent 197e13525f
commit 401da12a10
5 changed files with 140 additions and 222 deletions

View File

@@ -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