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 24, 2024
1 parent 248d40a commit e112604
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 @@ -178,7 +178,7 @@ function initializeScene() {
const camera = new THREE.PerspectiveCamera(75, sizes.width / sizes.height, 0.1, 100)
camera.position.x = 10
camera.position.y = 5
camera.position.z = 5
camera.position.z = 10
scene.add(camera)

// Controls
Expand Down

0 comments on commit e112604

Please sign in to comment.