latest of simon's lighting changes

This commit is contained in:
benfry
2005-04-17 15:26:10 +00:00
parent 9882f522dd
commit c955c095ef
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) {