From 92a91b329562b8ec63418d793605e03ffa5aa379 Mon Sep 17 00:00:00 2001 From: Tymoteusz Burak Date: Sat, 22 Feb 2025 03:13:10 +0100 Subject: [PATCH] sketch.js: add ambient light --- sketch.js | 1 + 1 file changed, 1 insertion(+) diff --git a/sketch.js b/sketch.js index 4a256eb..f860383 100644 --- a/sketch.js +++ b/sketch.js @@ -166,6 +166,7 @@ function setup() { function draw() { background(0); orbitControl(); + ambientLight(100); shininess(0); specularMaterial(255, 255, 255);