(2019-09-02, 15:57)Orion Pobursky Wrote: I'd definitely like something a little more diffuse.Yeah, and softer shadows, right? I think they are way too hard right now.
BTW. The code for the scene set up is found in Scene.js: Scene.js
There is also ambient light.
Right now the ambient light is only set to 0.45 out of 1: this.setHemisphereLight(0xF4F4FB, 0x30302B, 0.45);
It can just be increased.