| | |
| | | sgworld.Core.postMessage( |
| | | `Type=shunxuwinds;Bool=true;Density=${FC.Density};Speed=${FC.Speed};StartLayer=${config.start};EndLayer=${config.end};Classify=${config.Classify};` |
| | | ); |
| | | console.log( |
| | | `Type=shunxuwinds;Bool=true;Density=${FC.Density};Speed=${FC.Speed};StartLayer=${config.start};EndLayer=${config.end};Classify=${config.Classify};` |
| | | ); |
| | | } else if (type == "sj") { |
| | | let arr = date.split(/\s+/); |
| | | |
| | |
| | | sgworld.Core.postMessage( |
| | | `Type=customewinds;Bool=true;Year=${day[0]};Mouth=${day[1]};Day=${day[2]};Hour=${Hour};Density=${FC.Density};Speed=${FC.Speed};StartLayer=${config.start};EndLayer=${config.end};Classify=${config.Classify};` |
| | | ); |
| | | // console.log( |
| | | // `Type=customewinds;Bool=true;Year=${day[0]};Mouth=${day[1]};Day=${day[2]};Hour=${Hour[0]};Density=${FC.Density};Speed=${FC.Speed};` |
| | | // ); |
| | | console.log( |
| | | `Type=customewinds;Bool=true;Year=${day[0]};Mouth=${day[1]};Day=${day[2]};Hour=${Hour};Density=${FC.Density};Speed=${FC.Speed};` |
| | | ); |
| | | } |
| | | }, |
| | | //风场删除 |