瀏覽代碼

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

Mr.doob 11 年之前
父節點
當前提交
b3075f7cab
共有 1 個文件被更改,包括 4 次插入0 次删除
  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() {