This website works better with JavaScript
Home
Explore
Help
Sign In
javascript
/
three.js
mirror of
https://github.com/tazdij/three.js.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
fix nan on first frame
Gregg Tavares
5 years ago
parent
a02e5b1e25
commit
0f3d50013e
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
examples/webgl_shader.html
+ 1
- 1
examples/webgl_shader.html
View File
@@ -74,7 +74,7 @@
var uniforms;
var uniforms;
init();
init();
- animate();
+ animate(
0
);
function init() {
function init() {