diff --git a/view/controls.js b/view/controls.js index a19b774..214ca2f 100644 --- a/view/controls.js +++ b/view/controls.js @@ -6,7 +6,7 @@ export class SpiralCamera { constructor(canvas, segmentHeight) { // this.camera = new THREE.PerspectiveCamera(75, canvas.clientWidth / canvas.clientHeight, 0.1, 1000); this.camera = new THREE.PerspectiveCamera(75, canvas.clientWidth / canvas.clientHeight, 0.1, 1000); - this.angle = 0; + this.angle = 90; this.distance = 5; this.canvas = canvas this.offset = 0;