Update: CC - SnailRunner - Entity Loaded (78gnds8jrj.js) 5 bytes modified

beta.r3js.org
-=yb4f310 2018-03-09 17:44:40 +01:00
parent 96573154da
commit 18afb7576c
1 changed files with 5 additions and 5 deletions

View File

@ -37,12 +37,12 @@ this.speedPercentage = 0;
/**
* Camera settings y = height, z = FOV
*/
this.initialCameraSettings = new THREE.Vector3(0, 1.1, 40);
this.maximumCameraSettings = new THREE.Vector3(0, 2.6, 90);
this.currentCameraSettings = new THREE.Vector3(0, 1.1, 40);
this.initialCameraSettings = new THREE.Vector3(0, 1.1, 40);
this.maximumCameraSettings = new THREE.Vector3(0, 2.6, 90);
this.currentCameraSettings = new THREE.Vector3(0, 1.1, 40);
this.intitialSnailSettings = new THREE.Vector3(0, 0, 0);
this.maximumSnailSettings = new THREE.Vector3(0.5, 0, 0);
this.initialSnailSettings = new THREE.Vector3(0, 0, 0);
this.maximumSnailSettings = new THREE.Vector3(0.5, 0, 0);
this.currentSnailSettings = new THREE.Vector3(0, 0, 0);
this.currentSnailPosition = new THREE.Vector3(0, 0, 0);