Fixed spotlight to work with the concentration parameter.

This commit is contained in:
juniperoserra
2005-04-18 13:50:31 +00:00
parent 1dd043d629
commit 13bb20730a
2 changed files with 5 additions and 3 deletions
+2 -1
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");
}