|
@@ -196,9 +196,9 @@ export default {
|
|
|
clock: new Cesium.Clock(), // 用于控制当前时间的时钟对象
|
|
|
clockViewModel: new Cesium.ClockViewModel(
|
|
|
new Cesium.Clock({
|
|
|
- startTime: Cesium.JulianDate.fromIso8601("2013-12-25"),
|
|
|
- currentTime: Cesium.JulianDate.fromIso8601("2013-12-25"),
|
|
|
- stopTime: Cesium.JulianDate.fromIso8601("2013-12-26"),
|
|
|
+ startTime: Cesium.JulianDate.fromIso8601("2023-03-14T22:30:14Z"),
|
|
|
+ currentTime: Cesium.JulianDate.fromIso8601("2023-03-14T22:31:14Z"),
|
|
|
+ stopTime: Cesium.JulianDate.fromIso8601("2023-03-15T10:19:14Z"),
|
|
|
clockRange: Cesium.ClockRange.LOOP_STOP,
|
|
|
clockStep: Cesium.ClockStep.SYSTEM_CLOCK_MULTIPLIER,
|
|
|
})
|
|
@@ -461,7 +461,7 @@ export default {
|
|
|
globalVariable.viewer.scene.globe.undergroundColor = undefined;
|
|
|
|
|
|
// 开启场景光照
|
|
|
- // globalVariable.viewer.scene.globe.enableLighting = true;
|
|
|
+ globalVariable.viewer.scene.globe.enableLighting = true;
|
|
|
// 控制太阳光
|
|
|
globalVariable.viewer.scene.sun.show = systemConfig.sunShow;
|
|
|
// 控制阴影
|