修改飞线和光照bug

This commit is contained in:
2025-07-14 11:31:10 +08:00
parent ff60cc4f65
commit 51f7ef9864
3 changed files with 15 additions and 3 deletions

View File

@ -98,6 +98,7 @@ export default class Sunshine {
}
if (state) {
let _this = this
this._DialogObject = await new Dialog(this.sdk, this.originalOptions, {
title: '光照属性', left: '180px', top: '100px',
confirmCallBack: (options) => {
@ -106,6 +107,7 @@ export default class Sunshine {
this.Dialog.confirmCallBack && this.Dialog.confirmCallBack(this.originalOptions)
syncData(this.sdk, this.options.id)
syncSplitData(this.sdk, this.options.id)
this.remove()
},
resetCallBack: () => {
this.reset()
@ -116,6 +118,7 @@ export default class Sunshine {
// },
closeCallBack: () => {
this.reset()
_this.remove()
// this.entity.style = new Cesium.Cesium3DTileStyle({
// color: "color('rgba(255,255,255," + this.newData.transparency + ")')",
// show: true,