我的github
上一页 1 ··· 207 208 209 210 211 212 213 214 215 ··· 338 下一页
摘要: headingpitchroll是用在orientation属性上的(比如相机的setView,flyTo,以及entities.add中) 而HeadingPitchRange https://blog.csdn.net/kalinux/article/details/109103784 设置相机 阅读全文
posted @ 2021-12-04 14:25 XiaoNiuFeiTian 阅读(809) 评论(0) 推荐(0)
摘要: //方法一(针对性删除某一个) viewer.entities.remove(redBox); //方法二(通过id删除) viewer.entities.remove(getByIdBox); //方法三(删除所有实体) viewer.entities.removeAll();—————————— 阅读全文
posted @ 2021-12-04 09:38 XiaoNiuFeiTian 阅读(1709) 评论(0) 推荐(0)
摘要: <el-row><el-col :span="9">视角模式</el-col><el-col :span="15"> <el-select size="mini" v-model="detail.visualAngle" placeholder="请选择视角模式" @change="onChange 阅读全文
posted @ 2021-12-03 16:46 XiaoNiuFeiTian 阅读(131) 评论(0) 推荐(0)
摘要: LOOP_STOP:循环执行 CLAMPED:执行1次 参考:https://www.cnblogs.com/Linlearn/p/13754320.html // 循环/不循环 // 时间轴执行完后停止(LOOP_STOP为循环,UNBOUNDED为继续读秒) viewer.clock.clock 阅读全文
posted @ 2021-12-03 15:09 XiaoNiuFeiTian 阅读(249) 评论(0) 推荐(0)
摘要: JavaScript 中有两个特殊数据类型:undefined 和 null if (typeof(exp) == "undefined") { alert("undefined"); } var exp = null; if (!exp && typeof(exp)!=”undefined” && 阅读全文
posted @ 2021-12-03 14:48 XiaoNiuFeiTian 阅读(51) 评论(0) 推荐(0)
摘要: cesium--entitycollection实体收集器简介:https://blog.csdn.net/wangbiao9292/article/details/90767895 Cesium中EntityCollection使用方法:https://blog.csdn.net/u0113322 阅读全文
posted @ 2021-12-03 14:33 XiaoNiuFeiTian 阅读(1629) 评论(0) 推荐(0)
摘要: 集合用 { }包含起来,语法 键:值 每个键值对用逗号分隔开 参考1:https://www.cnblogs.com/shangrao/p/12802419.html JavaScript中键值对式数据的存取:https://blog.csdn.net/xiaoye319/article/detai 阅读全文
posted @ 2021-12-03 10:17 XiaoNiuFeiTian 阅读(125) 评论(0) 推荐(0)
摘要: var bar = document.getElementById("foo"); bar.setAttribute("onclick", "javascript:alert('This is a test!');"); 为达到兼容各种浏览器的效果,可以用点符号法来设置Element的对象属性、集合 阅读全文
posted @ 2021-12-03 09:32 XiaoNiuFeiTian 阅读(570) 评论(0) 推荐(0)
摘要: this.viewer.scene.preRender.addEventListener() 该事件发生在每次渲染之前 参考:https://blog.csdn.net/qq_29384639/article/details/110122112 类似的还有viewer.clock.tick。。 vi 阅读全文
posted @ 2021-12-02 16:03 XiaoNiuFeiTian 阅读(2229) 评论(0) 推荐(0)
摘要: <template> <el-row type="flex" class="index"> <el-col> <slot v-if="viewerLoad" name="left"></slot> <div :id="id" class="atglobe-container" ref="viewer 阅读全文
posted @ 2021-12-02 14:19 XiaoNiuFeiTian 阅读(214) 评论(0) 推荐(0)
上一页 1 ··· 207 208 209 210 211 212 213 214 215 ··· 338 下一页