change camera pos
This commit is contained in:
parent
819c89e92f
commit
14038857c8
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ export class Env {
|
|||
1000
|
||||
);
|
||||
|
||||
this.camera.position.z = 5;
|
||||
this.camera.position.z = 7;
|
||||
|
||||
this.renderer = new THREE.WebGLRenderer();
|
||||
this.renderer.setSize(window.innerWidth, window.innerHeight);
|
||||
|
|
Reference in a new issue