Explorar el Código

Merge branch 'dev' into patch-2

Mr.doob hace 7 años
padre
commit
205a2fa44f
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  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 );
 
 			}