Explorar el Código

Update stats in reder

Marco Fugaro hace 5 años
padre
commit
2508e47271
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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();
 
 			}