Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jcponce committed Aug 21, 2024
1 parent 2bed48a commit d8f3b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion threejs/galaxy/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function initializeScene() {
*/
// Base camera
const camera = new THREE.PerspectiveCamera(75, sizes.width / sizes.height, 0.1, 100)
camera.position.x = 5
camera.position.x = 10
camera.position.y = 5
camera.position.z = 5
scene.add(camera)
Expand Down

0 comments on commit d8f3b20

Please sign in to comment.