Explorar o código

Merge branch 'dev' into patch-2

Mr.doob %!s(int64=7) %!d(string=hai) anos
pai
achega
205a2fa44f
Modificáronse 2 ficheiros con 2 adicións e 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 );
 
 			}