Browse Source

Update animation

Paul Masson 7 years ago
parent
commit
23c199282b
1 changed files with 1 additions and 1 deletions
  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 );
 
 			}