2020年10月22日
摘要: 就是这个东西 1.添加模型 const url = "Apps/model/leida.glb";const pos = Cesium.Cartesian3.fromDegrees(110, 40, 150);const matrix = Cesium.Transforms.eastNorthUpT 阅读全文
posted @ 2020-10-22 09:51 3D入魔 阅读(1702) 评论(2) 推荐(0) 编辑
摘要: https://blog.csdn.net/xtfge0915/article/details/105371096#comments_13511194 先上效果图 Cesium近景默认的天空盒只有相机距离较远时才能看到,在很多小场景下(比如智慧城市等)默认的天空盒可能无法满足用户的需求,所以近景天空 阅读全文
posted @ 2020-10-22 09:45 3D入魔 阅读(2066) 评论(0) 推荐(1) 编辑
摘要: let viewer = undefinedfunction icrf() { if (!viewer || viewer.scene.mode !== Cesium.SceneMode.SCENE3D) { return; } const icrfToFixed = Cesium.Transfor 阅读全文
posted @ 2020-10-22 09:43 3D入魔 阅读(1625) 评论(0) 推荐(0) 编辑