Skip to content

Commit

Permalink
PROARREGLO
Browse files Browse the repository at this point in the history
  • Loading branch information
yomero243 committed Mar 20, 2024
1 parent 195c41d commit 0fb24ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { RGBELoader } from 'three/addons/loaders/RGBELoader.js';
let camera, scene, renderer, controls;

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

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

0 comments on commit 0fb24ba

Please sign in to comment.