This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
samien
/
three.js
réplica de
https://github.com/mrdoob/three.js.git
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
add semicolon
SUNAG
%!s(int64=10) %!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 );