开发模式下初始化为俯视图

pull/360/head
ChenX 5 years ago
parent 2b827316ca
commit ae4f7fbac3

@ -5,6 +5,7 @@ import { SMAAPass } from "three/examples/jsm/postprocessing/SMAAPass";
import { begin, end } from 'xaop';
import { app } from '../ApplicationServices/Application';
import { arrayRemoveOnce } from '../Common/ArrayExt';
import { IsDev } from '../Common/Deving';
import { GetEntity } from '../Common/Utils';
import { Database } from '../DatabaseServices/Database';
import { Entity } from '../DatabaseServices/Entity/Entity';
@ -69,6 +70,7 @@ export class Viewer
this.InitRender(canvasContainer);
this.StartRender();
if (!IsDev())
//默认西南等轴视图
this.ViewToSwiso();

Loading…
Cancel
Save