Compare commits

..

2 Commits

Author SHA1 Message Date
7de2688785 increased camera focal length 2025-07-28 23:17:28 +01:00
f7b6be4782 increased number of models 2025-07-28 23:15:53 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ class AAFHomepage {
constructor() {
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

View File

@@ -252,7 +252,7 @@ export class ModelLoader {
}
// Create multiple instances of the loaded model
const numInstances = 20
const numInstances = 30
// Create polished gun metal material
const gunMetalMaterial = new THREE.MeshStandardMaterial({