From 16b68048b8dee71b9bccfecda12c8e1c1d2c6434 Mon Sep 17 00:00:00 2001 From: cx Date: Sat, 18 Nov 2017 23:45:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Editor/SelectControls.ts | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/src/Editor/SelectControls.ts b/src/Editor/SelectControls.ts index ca13cbe39..e0e291379 100644 --- a/src/Editor/SelectControls.ts +++ b/src/Editor/SelectControls.ts @@ -1,18 +1,16 @@ -import { fail } from 'mobx-state-tree/dist/utils'; -import { Editor } from './Editor'; +import * as THREE from 'three'; +import { end } from 'xaop'; + +import { app } from '../ApplicationServices/Application'; +import { KeyBoard, MouseKey } from '../Common/KeyEnum'; import { Viewer } from '../GraphicsSystem/Viewer'; -import { end, begin } from 'xaop'; import { SelectMarquee } from '../UI/JsPlugin/SelectMarquee'; -import { MouseKey, KeyBoard } from '../Common/KeyEnum'; -import { app } from '../ApplicationServices/Application'; -import * as THREE from 'three'; -import { number } from 'mobx-state-tree/dist/types/primitives'; -import { Box2, Vector2, Raycaster } from '../../@types/three/three-core'; -import * as _ from 'lodash'; -import { SelectType, SelectSet, SelectSetBase } from './SelectSet'; -import { SelectBox } from './SelectBox'; +import { Editor } from './Editor'; import { GPUPick } from './GPUPick'; +import { SelectBox } from './SelectBox'; import { SelectPick } from './SelectPick'; +import { SelectSet, SelectType } from './SelectSet'; + export class SelectControls { gpuPick: GPUPick;