increased camera focal length

This commit is contained in:
2025-07-28 23:17:28 +01:00
parent f7b6be4782
commit 7de2688785

View File

@@ -23,7 +23,7 @@ class AAFHomepage {
constructor() { constructor() {
this.scene = new THREE.Scene() this.scene = new THREE.Scene()
this.camera = new THREE.PerspectiveCamera(75, window.innerWidth / window.innerHeight, 0.1, 1000) this.camera = new THREE.PerspectiveCamera(45, window.innerWidth / window.innerHeight, 0.1, 1000)
const canvas = document.getElementById('three-canvas') as HTMLCanvasElement const canvas = document.getElementById('three-canvas') as HTMLCanvasElement