This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
samien
/
three.js
espejo de
https://github.com/mrdoob/three.js.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
add semicolon
SUNAG
hace 10 años
padre
99e2e4e690
commit
667be893fb
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
examples/webgl_materials_nodes.html
+ 1
- 1
examples/webgl_materials_nodes.html
Ver fichero
@@ -129,7 +129,7 @@
return textureCube;
- }()
+ }()
;
window.addEventListener( 'load', init );