|
|
@@ -294,12 +294,13 @@ export default {
|
|
|
if (obj.title == "倾斜摄影") {
|
|
|
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;
|
|
|
- }
|
|
|
+ item.style3D = style;
|
|
|
+ }
|
|
|
+ item.brightness = 1.2;
|
|
|
+ item.contrast = 1.2;
|
|
|
+ item.saturation = 1.2;
|
|
|
+ item.gamma = 1.1;
|
|
|
+ item.shadowType = 2;
|
|
|
if (
|
|
|
item.name.indexOf("雨水") > -1 ||
|
|
|
item.name.indexOf("管线") > -1 ||
|