我的github
摘要: var startTime = this.viewer.clock.currentTime; //当前时钟 var current=Cesium.JulianDate.now(new Date());//当前时间 以上哪个正确 参考:https://blog.csdn.net/dayuhaitang 阅读全文
posted @ 2021-12-01 16:10 XiaoNiuFeiTian 阅读(448) 评论(0) 推荐(0)
摘要: esium-measure 三维量测工具:https://github.com/zhangti0708/cesium-measure cesium-graphicBuffer 动态缓冲区效果 https://github.com/zhangti0708/cesium-graphicBuffer ce 阅读全文
posted @ 2021-12-01 13:36 XiaoNiuFeiTian 阅读(999) 评论(0) 推荐(0)
摘要: JavaScript prototype(原型对象) 所有的 JavaScript 对象都会从一个 prototype(原型对象)中继承属性和方法。 在前面的章节中我们学会了如何使用对象的构造器(constructor): function Person(first, last, age, eyec 阅读全文
posted @ 2021-12-01 11:19 XiaoNiuFeiTian 阅读(114) 评论(0) 推荐(0)