Skip to content
This repository has been archived by the owner on Mar 19, 2020. It is now read-only.

Commit

Permalink
Merge pull request #5 from hackupc/fix_A4
Browse files Browse the repository at this point in the history
Fix locations
  • Loading branch information
casassg authored Feb 28, 2017
2 parents d15742c + 7639151 commit 2ba497c
Show file tree
Hide file tree
Showing 9 changed files with 3,145 additions and 3,059 deletions.
1,628 changes: 809 additions & 819 deletions assets/A41.json

Large diffs are not rendered by default.

1,534 changes: 767 additions & 767 deletions assets/A42.json

Large diffs are not rendered by default.

1,710 changes: 878 additions & 832 deletions assets/A52.json

Large diffs are not rendered by default.

1,326 changes: 688 additions & 638 deletions assets/A62.json

Large diffs are not rendered by default.

Binary file modified design/A41.blend
Binary file not shown.
Binary file modified design/A42.blend
Binary file not shown.
Binary file modified design/A52.blend
Binary file not shown.
Binary file modified design/A62.blend
Binary file not shown.
6 changes: 3 additions & 3 deletions js/OrbitControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ THREE.OrbitControls = function ( object, domElement ) {
this.center = new THREE.Vector3();

this.userZoom = true;
this.userZoomSpeed = 1.0;
this.userZoomSpeed = 3.0;

this.userRotate = true;
this.userRotateSpeed = 1.0;
this.userRotateSpeed = 2.0;

this.userPan = true;
this.userPanSpeed = 0.01;
this.userPanSpeed = 0.02;
this.panXZOnly = false;

this.autoRotate = false;
Expand Down

0 comments on commit 2ba497c

Please sign in to comment.