|
@@ -231,7 +231,6 @@ export default class ConvertViews extends THREE.EventDispatcher{
|
|
bimViewer = this.bimViewer = targetApp.viewer
|
|
bimViewer = this.bimViewer = targetApp.viewer
|
|
bimViewer.setNavigationMode(targetApp.Glodon.Bimface.Viewer.NavigationMode3D.Walk)
|
|
bimViewer.setNavigationMode(targetApp.Glodon.Bimface.Viewer.NavigationMode3D.Walk)
|
|
//bimViewer.setFlySpeedRate(3)
|
|
//bimViewer.setFlySpeedRate(3)
|
|
- bimViewer.getViewer().setTransitionAnimationState(false) //setCameraStatus瞬间变化相机 ,or setCameraAnimation?
|
|
|
|
|
|
|
|
|
|
|
|
let camera = bimViewer.getViewer().camera
|
|
let camera = bimViewer.getViewer().camera
|
|
@@ -242,6 +241,9 @@ export default class ConvertViews extends THREE.EventDispatcher{
|
|
|
|
|
|
|
|
|
|
if(targetPano){
|
|
if(targetPano){
|
|
|
|
+ bimViewer.getViewer().setTransitionAnimationState(false) //setCameraStatus瞬间变化相机 ,or setCameraAnimation?
|
|
|
|
+
|
|
|
|
+
|
|
this.needConvertAxis = sourceApp.sceneType == 'kankan' && targetApp.sceneType == 'bim'// Y朝上需要转换
|
|
this.needConvertAxis = sourceApp.sceneType == 'kankan' && targetApp.sceneType == 'bim'// Y朝上需要转换
|
|
|
|
|
|
this.lastCamStatus = bimViewer.getCameraStatus()
|
|
this.lastCamStatus = bimViewer.getCameraStatus()
|