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;