|
@@ -993,9 +993,9 @@ export default {
|
|
|
layers.forEach((layer) => {
|
|
|
layer.shadowType = 2;
|
|
|
that.layerList.push(layer.name);
|
|
|
- let style = new Cesium.Style3D();
|
|
|
- style.bottomAltitude = window.modelBottomAltitude; //底部高度
|
|
|
- layer.style3D = style;
|
|
|
+ // let style = new Cesium.Style3D();
|
|
|
+ // style.bottomAltitude = window.modelBottomAltitude; //底部高度
|
|
|
+ // layer.style3D = style;
|
|
|
});
|
|
|
|
|
|
//获取模型信息
|