camera init position

This commit is contained in:
2024-09-27 00:52:19 +02:00
parent c8eb029987
commit 1b0f1c07d2
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ export class TetraScene extends THREE.Scene {
super()
this.camera = new THREE.PerspectiveCamera(100, window.innerWidth / window.innerHeight, 0.1, 1000)
this.camera.position.set(5, 3, 12)
this.camera.position.set(5, 4, 12)
this.vortex = new Vortex(loadingManager)
this.add(this.vortex)