This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
javascript
/
three.js
mirror da
https://github.com/tazdij/three.js.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
gui tweak
Master James
9 anni fa
parent
c46af8aa8b
commit
453a2b3bc8
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
2
0
examples/webgl_lights_spotlight.html
+ 2
- 0
examples/webgl_lights_spotlight.html
Vedi File
@@ -146,6 +146,8 @@
gui = new dat.GUI();
+ gui.width = 180;
+
gui.open();
}