sketch.js: add ambient light

This commit is contained in:
tym2k1 2025-02-22 03:13:10 +01:00
parent 6fd82fd0d7
commit 92a91b3295
No known key found for this signature in database
GPG key ID: 409330E8D7E4BF83

View file

@ -166,6 +166,7 @@ function setup() {
function draw() {
background(0);
orbitControl();
ambientLight(100);
shininess(0);
specularMaterial(255, 255, 255);