This website works better with JavaScript
Home
Explore
Help
Sign In
javascript
/
three.js
mirror of
https://github.com/tazdij/three.js.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
gui tweak
Master James
9 years ago
parent
c46af8aa8b
commit
453a2b3bc8
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
examples/webgl_lights_spotlight.html
+ 2
- 0
examples/webgl_lights_spotlight.html
View File
@@ -146,6 +146,8 @@
gui = new dat.GUI();
gui = new dat.GUI();
+ gui.width = 180;
+
gui.open();
gui.open();
}
}