This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
javascript
/
three.js
espejo de
https://github.com/tazdij/three.js.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
gui tweak
Master James
hace 9 años
padre
c46af8aa8b
commit
453a2b3bc8
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
examples/webgl_lights_spotlight.html
+ 2
- 0
examples/webgl_lights_spotlight.html
Ver fichero
@@ -146,6 +146,8 @@
gui = new dat.GUI();
+ gui.width = 180;
+
gui.open();
}