latest of simon's lighting changes

This commit is contained in:
benfry
2005-04-17 15:26:10 +00:00
parent 5b33f39a0e
commit f6b54de7f8
5 changed files with 831 additions and 437 deletions

View File

@@ -2546,6 +2546,10 @@ public class PGraphics extends PImage implements PConstants {
public void ambientLight(float red, float green, float blue) {
depthError("ambientLight");
}
public void ambientLight(float red, float green, float blue, float x, float y, float z) {
depthError("ambientLight");
}
public void directionalLight(float red, float green, float blue,
float nx, float ny, float nz) {