mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
fix sketch saving issue, and make default stroke cap be ROUND
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user