Browse Source

倾斜亮度调节

lkk 10 months ago
parent
commit
2942a60bdb
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/components/Combinations/LayerManage/LayerManage.vue

+ 4 - 0
src/components/Combinations/LayerManage/LayerManage.vue

@@ -239,6 +239,10 @@ export default {
               let style = new Cesium.Style3D();
               style.bottomAltitude = window.modelBottomAltitude; //底部高度
               item.style3D = style;
+              item.brightness = 1.2
+              item.contrast = 1.2
+              item.saturation  = 1.2
+              item.gamma  = 1.1
             }
             if (
               item.name.indexOf("雨水") > -1 ||