lighten up a bit
This commit is contained in:
parent
057425695e
commit
0aa981997d
@ -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.2);
|
||||
this.ambient = new THREE.AmbientLight(0xe8e8e8, 0.8);
|
||||
this.scene.add(this.ambient);
|
||||
|
||||
this.ground = new THREE.Mesh(
|
||||
|
Loading…
Reference in New Issue
Block a user