mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 21:29:17 +01:00
Using white as the default ambient material property
This commit is contained in:
@@ -2073,7 +2073,7 @@ public class PGraphicsOpenGL extends PGraphics {
|
||||
textureMode(IMAGE);
|
||||
|
||||
// Default material properties
|
||||
ambient(80);
|
||||
ambient(255);
|
||||
specular(125);
|
||||
emissive(0);
|
||||
shininess(1);
|
||||
|
||||
Reference in New Issue
Block a user