ソースを参照

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