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

Fix locations #5

Merged
merged 4 commits into from
Feb 28, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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