清理代码 移动测试文件

pull/7/head
cx 7 years ago
parent 2499ed05e2
commit b1efa98afa

@ -1,10 +1,11 @@
import { observable, runInAction, autorun } from 'mobx';
import { app } from '../../ApplicationServices/Application';
import { observable } from 'mobx';
import * as xaop from 'xaop';
import { app } from '../../ApplicationServices/Application';
import { IsChar, IsNumble } from '../../Common/Utils';
import { commandMachine } from '../../Editor/CommandMachine';
import { Editor } from '../../Editor/Editor';
import { IsNumble, IsChar } from '../../Common/Utils';
import { KeyBoardControls } from '../../Editor/KeyBoardControls';
import { commandMachine } from '../../Editor/CommandMachine';
export interface CommandMsg
{

@ -1,8 +1,9 @@
import { app } from '../../ApplicationServices/Application';
import { Vector3 } from 'three';
import { observable } from 'mobx';
import { Vector3 } from 'three';
import * as xaop from 'xaop';
import { app } from '../../ApplicationServices/Application';
//点转换为字符串.
function PointToString(pt: Vector3): string

Loading…
Cancel
Save