Explorar o código

Fixed example relying on old requestAnimationFrame.

Mr.doob %!s(int64=12) %!d(string=hai) anos
pai
achega
3256f31398
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      examples/webgl_loader_collada_keyframe.html

+ 2 - 1
examples/webgl_loader_collada_keyframe.html

@@ -202,8 +202,9 @@
 
 			}
 
-			function animate( timestamp ) {
+			function animate() {
 
+				var timestamp = Date.now();
 				var frameTime = ( timestamp - lastTimestamp ) * 0.001; // seconds
 
 				if ( progress >= 0 && progress < 48 ) {