فهرست منبع

Merge branch 'dev' into patch-2

Mr.doob 7 سال پیش
والد
کامیت
205a2fa44f
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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 );
 
 			}