This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
javascript
/
three.js
mirror de
https://github.com/tazdij/three.js.git
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
gui tweak
Master James
há 9 anos atrás
pai
c46af8aa8b
commit
453a2b3bc8
1 ficheiros alterados
com
2 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
2
0
examples/webgl_lights_spotlight.html
+ 2
- 0
examples/webgl_lights_spotlight.html
Ver Ficheiro
@@ -146,6 +146,8 @@
gui = new dat.GUI();
+ gui.width = 180;
+
gui.open();
}