maybe this is better?

This commit is contained in:
Evert Prants 2022-04-10 10:00:55 +03:00
parent 0aa981997d
commit 37ac9143a2
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ export class Renderer {
this.sun.position.set(10, 10, 0);
this.scene.add(this.sun);
this.ambient = new THREE.AmbientLight(0xe8e8e8, 0.8);
this.ambient = new THREE.AmbientLight(0xffffff, 0.5);
this.scene.add(this.ambient);
this.ground = new THREE.Mesh(