2
0
Эх сурвалжийг харах

Merge branch 'dev' into patch-2

Mr.doob 7 жил өмнө
parent
commit
205a2fa44f

+ 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 );
 
 			}