Ver código fonte

Examples: Added render() call to misc_controls_trackball as it now updates before the eventlistener can catch it.

Mr.doob 11 anos atrás
pai
commit
b3075f7cab
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      examples/misc_controls_trackball.html

+ 4 - 0
examples/misc_controls_trackball.html

@@ -133,6 +133,10 @@
 
 				window.addEventListener( 'resize', onWindowResize, false );
 
+				//
+
+				render();
+
 			}
 
 			function onWindowResize() {