|
@@ -120,7 +120,10 @@ export const enter = ({ dom, mapDom, isLocal, lonlat, scenes, laserRoot, laserOS
|
|
Potree.settings.modelSkybox = true //是否将全景图贴在模型上(会导致卡顿)。若不显示模型将不显示Reticule
|
|
Potree.settings.modelSkybox = true //是否将全景图贴在模型上(会导致卡顿)。若不显示模型将不显示Reticule
|
|
Potree.settings.tiles3DMaxMemory = 300 //稍微增加点
|
|
Potree.settings.tiles3DMaxMemory = 300 //稍微增加点
|
|
Potree.settings.mergeTransCtlOnClick = true
|
|
Potree.settings.mergeTransCtlOnClick = true
|
|
- Potree.settings.canWalkThroughModel = true
|
|
|
|
|
|
+ Potree.settings.canWalkThroughModel = true
|
|
|
|
+ Potree.settings.queryCloudLonLatUrl = '/laser/4dage/{sceneCode}/getDataSetAndControlPoint'
|
|
|
|
+
|
|
|
|
+
|
|
window.cesErrorWords = '由于GPU占用过大, 将关闭地图,请更换更好的显卡!'
|
|
window.cesErrorWords = '由于GPU占用过大, 将关闭地图,请更换更好的显卡!'
|
|
window.cesErrorCallback = ()=>{
|
|
window.cesErrorCallback = ()=>{
|
|
sdk.setBackdrop('none')
|
|
sdk.setBackdrop('none')
|