Browse Source

Update stats in reder

Marco Fugaro 6 năm trước cách đây
mục cha
commit
2508e47271

+ 1 - 0
examples/webgl_shadow_contact.html

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

粤ICP备19079148号