This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
javascript
/
three.js
réplica de
https://github.com/tazdij/three.js.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
add semicolon
SUNAG
%!s(int64=9) %!d(string=hai) anos
pai
99e2e4e690
achega
667be893fb
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
examples/webgl_materials_nodes.html
+ 1
- 1
examples/webgl_materials_nodes.html
Ver ficheiro
@@ -129,7 +129,7 @@
return textureCube;
- }()
+ }()
;
window.addEventListener( 'load', init );