This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
javascript
/
three.js
kopia lustrzana
https://github.com/tazdij/three.js.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
fix nan on first frame
Gregg Tavares
5 lat temu
rodzic
a02e5b1e25
commit
0f3d50013e
1 zmienionych plików
z
1 dodań
i
1 usunięć
Widok podzielony
Pokaż statystyki zmian
1
1
examples/webgl_shader.html
+ 1
- 1
examples/webgl_shader.html
Wyświetl plik
@@ -74,7 +74,7 @@
var uniforms;
init();
- animate();
+ animate(
0
);
function init() {