瀏覽代碼

Editor: Hide selectionBox on init.

Mr.doob 12 年之前
父節點
當前提交
c69fd8d9e6
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      editor/js/ui/Viewport.js

+ 1 - 0
editor/js/ui/Viewport.js

@@ -20,6 +20,7 @@ var Viewport = function ( signals ) {
 
 	var selectionBox = new THREE.BoxHelper();
 	selectionBox.material.color.setHex( 0xffff00 );
+	selectionBox.visible = false;
 	sceneHelpers.add( selectionBox );
 
 	var selectionAxis = new THREE.AxisHelper( 100 );