소스 검색

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