فهرست منبع

Update stats in reder

Marco Fugaro 5 سال پیش
والد
کامیت
2508e47271
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      examples/webgl_shadow_contact.html

+ 1 - 0
examples/webgl_shadow_contact.html

@@ -270,6 +270,7 @@
 				scene.background = initialBackground;
 
 				renderer.render( scene, camera );
+				stats.update();
 
 			}