Fixed spotlight to work with the concentration parameter.

This commit is contained in:
juniperoserra
2005-04-18 13:50:31 +00:00
parent 0c6e0d2443
commit 49c4e3733b
2 changed files with 5 additions and 3 deletions

View File

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