todos and removing sphere(x, y, z, r)

This commit is contained in:
benfry
2005-04-02 02:43:11 +00:00
parent b30bad88d3
commit 2aab4f500e
2 changed files with 77 additions and 130 deletions

View File

@@ -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);
}