|
@@ -70,8 +70,8 @@
|
|
|
|
|
|
//
|
|
|
|
|
|
- camera = new THREE.PerspectiveCamera( 30, window.innerWidth / window.innerHeight, 0.1, 100 );
|
|
|
- camera.position.set( 5, 2.5, - 6 );
|
|
|
+ camera = new THREE.PerspectiveCamera( 40, window.innerWidth / window.innerHeight, 0.1, 100 );
|
|
|
+ camera.position.set( 3.5, 2, - 4.5 );
|
|
|
|
|
|
controls = new OrbitControls( camera, container );
|
|
|
controls.target.set( 0, 0.5, 0 );
|