Przeglądaj źródła

Update animation

Paul Masson 7 lat temu
rodzic
commit
23c199282b
1 zmienionych plików z 1 dodań i 1 usunięć
  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 );
 
 			}