清理引用

pull/7/head
cx 7 years ago
parent 3c46912ef3
commit 16b68048b8

@ -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;

Loading…
Cancel
Save