mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 10:00:42 +01:00
latest of simon's lighting changes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user