api tweaks to server/client, remove sphere(x, y, z, r), notes and docs

This commit is contained in:
benfry
2005-04-02 01:27:24 +00:00
parent 86790f1ec9
commit 4d2bfbc9e0
6 changed files with 90 additions and 44 deletions

View File

@@ -990,9 +990,9 @@ public class PGraphics extends PImage implements PConstants {
throw new RuntimeException("sphere() can only be used with depth()");
}
public void sphere(float x, float y, float z, float r) {
throw new RuntimeException("sphere() can only be used with depth()");
}
//public void sphere(float x, float y, float z, float r) {
//throw new RuntimeException("sphere() can only be used with depth()");
//}