Browse Source

Merge branch 'dev' into patch-2

Mr.doob 7 years ago
parent
commit
205a2fa44f
2 changed files with 2 additions and 1 deletions
  1. 1 0
      examples/files.js
  2. 1 1
      examples/webvr_lorenzattractor.html

+ 1 - 0
examples/files.js

@@ -322,6 +322,7 @@ var files = {
 		"webvr_cubes",
 		"webvr_daydream",
 		"webvr_gearvr",
+		"webvr_lorenzattractor",
 		"webvr_oculusgo",
 		"webvr_panorama",
 		"webvr_rollercoaster",

+ 1 - 1
examples/webvr_lorenz_attractor.html → examples/webvr_lorenzattractor.html

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