您好,
1、在webgl场景中,可以自定义时间轴:new Cesium.Clock(options),
具体使用可以参考API:http://support.supermap.com.cn:8090/webgl/web/apis/3dwebgl.html。
2、场景中,时间会影响光照效果,两者之间的关系,可以参考:https://www.cnblogs.com/mazhenyu/p/16362920.html
2、webgl中,天气是通过粒子效果实现的,相关应用参考博客:https://www.cnblogs.com/webgl-angela/p/9846990.html。