Skip to content

Commit dcaf03a

Browse files
committed
zoom camera out a little
1 parent 4a73945 commit dcaf03a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44732,7 +44732,7 @@ var init = function init() {
4473244732
scene = new THREE.Scene();
4473344733
camera = new THREE.PerspectiveCamera(45, window.innerWidth / window.innerHeight, 0.1, 3000);
4473444734
scene.add(camera);
44735-
camera.position.set(0, 0, 5);
44735+
camera.position.set(0, 0, 7.5);
4473644736
controls = new OrbitControls(camera);
4473744737
//le Cube
4473844738
buildCube();

src/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let init = () => {
2525
3000
2626
);
2727
scene.add(camera);
28-
camera.position.set(0, 0, 5);
28+
camera.position.set(0, 0, 7.5);
2929
controls = new OrbitControls(camera);
3030
//le Cube
3131
buildCube();

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy