Skip to content

Commit

Permalink
adjust camera position
Browse files Browse the repository at this point in the history
  • Loading branch information
bailey committed Feb 28, 2024
1 parent 23ab7cb commit 73a9cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

// Camera setup
camera = new THREE.PerspectiveCamera(75, window.innerWidth / window.innerHeight, 1, 1000);
camera.position.set(0, 1.6, 0); // Adjust height to match your scene scale
camera.position.set(2, 1.6, 10); // Adjust height to match your scene scale

// Renderer setup
renderer = new THREE.WebGLRenderer({ antialias: true });
Expand Down

0 comments on commit 73a9cae

Please sign in to comment.