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
add semicolon
SUNAG
há 9 anos atrás
pai
99e2e4e690
commit
667be893fb
1 ficheiros alterados
com
1 adições
e
1 exclusões
Visão Dividida
Mostrar Estatísticas 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 );