mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 21:29:17 +01:00
Fixed spotlight to work with the concentration parameter.
This commit is contained in:
@@ -2568,7 +2568,8 @@ public class PGraphics extends PImage implements PConstants {
|
||||
|
||||
public void spotLight(float red, float green, float blue,
|
||||
float x, float y, float z,
|
||||
float nx, float ny, float nz, float angle) {
|
||||
float nx, float ny, float nz,
|
||||
float angle, float concentration) {
|
||||
depthError("spotLight");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user