NavigationManager
类:球体场景导航模式管理器对象,通过ViewerGIS.getNavigationManager()接口获取
Glodon.Bimface.Earth.Viewer.NavigationManager
Methods
getCurrentMode()
获取当前的导航模式及配置内容
Returns:
| Type | Description |
|---|---|
| Object | 返回当前模式及对应的配置项,例 {mode:'FirstPerson',option:{speedFactor: 8, hitDetection: true, gravity: true}} |
setOrbitMode()
设置相机环绕观察模式,即默认交互模式
setThirdPersonMode(option)
设置第三人称漫游模式
Parameters:
| Name | Type | Description |
|---|---|---|
| option | Object | 第三人称漫游模式下的配置 |
← OrbitButton CameraGIS →