This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
javascript
/
three.js
miroir de
https://github.com/tazdij/three.js.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
gui tweak
Master James
il y a 9 ans
Parent
c46af8aa8b
commit
453a2b3bc8
1 fichiers modifiés
avec
2 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
2
0
examples/webgl_lights_spotlight.html
+ 2
- 0
examples/webgl_lights_spotlight.html
Voir le fichier
@@ -146,6 +146,8 @@
gui = new dat.GUI();
+ gui.width = 180;
+
gui.open();
}