mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
todos and removing sphere(x, y, z, r)
This commit is contained in:
@@ -4846,12 +4846,6 @@ v PApplet.this.stop();
|
||||
}
|
||||
|
||||
|
||||
public void sphere(float x, float y, float z, float r) {
|
||||
if (recorder != null) recorder.sphere(x, y, z, r);
|
||||
g.sphere(x, y, z, r);
|
||||
}
|
||||
|
||||
|
||||
public float bezierPoint(float a, float b, float c, float d, float t) {
|
||||
return g.bezierPoint(a, b, c, d, t);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user