src/views/Synthesis/LeftMenu.vue
@@ -1835,7 +1835,12 @@ // } // } window.model.clippingPlanes = clippingPlanes; if (window.modelHeight && window.modelHeight != 0){ // console.log("window.modelHeight---",window.modelHeight) window.model.clippingPlanes.modelMatrix = Cesium.Matrix4.fromTranslation( new Cesium.Cartesian3(0.0, 0.0, window.modelHeight) ); } // 绑定上移动事件 const downHandler = new Cesium.ScreenSpaceEventHandler( Viewer.scene.canvas