Explorar o código

Update animation

Paul Masson %!s(int64=7) %!d(string=hai) anos
pai
achega
23c199282b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/webvr_lorenz_attractor.html

+ 1 - 1
examples/webvr_lorenz_attractor.html

@@ -146,7 +146,7 @@
 
 			function animate() {
 
-				renderer.animate( render );
+				renderer.setAnimationLoop( render );
 
 			}