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
fix nan on first frame
Gregg Tavares
%!s(int64=5) %!d(string=hai) anos
pai
a02e5b1e25
achega
0f3d50013e
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
examples/webgl_shader.html
+ 1
- 1
examples/webgl_shader.html
Ver ficheiro
@@ -74,7 +74,7 @@
var uniforms;
init();
- animate();
+ animate(
0
);
function init() {