ViewerGISConfig
类:ViewerGIS配置项
Constructor
new Glodon.Bimface.Viewer.ViewerGISConfig()
构造ViewerGIS配置项
Members
Name | Type | Description |
---|---|---|
backgroundColor | Object | 设置背景色 |
disableMapOcclusion | Boolean | 是否关闭地图遮挡 |
domElement | DOMElement | 存放Viewer的DOM容器 |
enableAutoRaiseCamera | Boolean | 开启地形时是否自动调整相机高度,避免相机低于地面。默认为true |
enableCSMShadow | Boolean | 是否开启CSM投影 |
enableExplosion | Boolean | 是否开启爆炸功能,默认为false |
enableSSAO | Boolean | 是否开启SSAO |
enableWireframe | Boolean | 是否开启构件线框,默认为true |
homeView | Object | ViewerGIS的主视图 |
memoryThreshold | Number | 内存阈值,单位为Mb,默认不设置,即不限制 |
orbitButton | Glodon.Bimface.Viewer.OrbitButton | 设置鼠标左(右)键旋转,默认左键 |
wireframeColor | Glodon.Web.Graphics.Color | 构件线框颜色 |