fix sketch saving issue, and make default stroke cap be ROUND

This commit is contained in:
benfry
2005-04-18 23:24:35 +00:00
parent 0e81844912
commit 7da598fb6d
5 changed files with 91 additions and 37 deletions

View File

@@ -6351,7 +6351,7 @@ v PApplet.this.stop();
public void spotLight(float red, float green, float blue,
float x, float y, float z,
float nx, float ny, float nz,
float nx, float ny, float nz,
float angle, float concentration) {
if (recorder != null) recorder.spotLight(red, green, blue, x, y, z, nx, ny, nz, angle, concentration);
g.spotLight(red, green, blue, x, y, z, nx, ny, nz, angle, concentration);