Skip to content

Commit

Permalink
CAMERA
Browse files Browse the repository at this point in the history
  • Loading branch information
yomero243 committed Mar 20, 2024
1 parent 0fb24ba commit b938f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let camera, scene, renderer, controls;

// Inicializar la cámara
camera = new THREE.PerspectiveCamera(45, window.innerWidth / window.innerHeight, 0.25, 1000);
camera.position.set(5.5, 5.5, 10.0);
camera.position.set(30.5, 10.5, 10.0);

// Inicializar la escena
scene = new THREE.Scene();
Expand Down

0 comments on commit b938f33

Please sign in to comment.