mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
api tweaks to server/client, remove sphere(x, y, z, r), notes and docs
This commit is contained in:
@@ -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()");
|
||||
//}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user