This website works better with JavaScript.
Home
Explore
Help
Sign In
pete
/
abv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Protect CPU
master
Pete Shadbolt
7 years ago
parent
c17551dcad
commit
f1684ca30d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
static/scripts/gui.js
+ 1
- 1
static/scripts/gui.js
View File
@@ -18,7 +18,7 @@ gui.prepare = function() {
gui.controls.rotateSpeed = 0.2;
gui.controls.userPanSpeed = 0.1;
gui.camera.position.set(0, 0, 10);
gui.controls.autoRotate =
tru
e;
gui.controls.autoRotate =
fals
e;
gui.controls.autoRotateSpeed = 0.1;
};
Write
Preview
Loading…
Cancel
Save