increased camera focal length
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user