各种天空盒下载地址

http://www.custommapmakers.org/skyboxes.php

cesium中天空盒的摆放参数对应

var scene=viewer.scene;
scene.skyBox = new Cesium.SkyBox({
    sources : {
        positiveX : './skybox/ashcanyon_bk.png',
        negativeX :  './skybox/ashcanyon_dn.png',
        positiveY :  './skybox/ashcanyon_ft.png',
        negativeY :  './skybox/ashcanyon_lf.png',
        positiveZ :  './skybox/ashcanyon_rt.png',
        negativeZ :  './skybox/ashcanyon_up.png',
    }
});

图片转置:

https://blog.csdn.net/weixin_34040079/article/details/86026679

cesium天空盒

两个网站的图片对应顺序还在摸索中..先记录一下.

相关文章:

  • 2021-04-28
  • 2022-01-17
  • 2021-08-14
  • 2021-09-05
  • 2021-09-21
  • 2021-12-29
  • 2021-07-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-28
  • 2021-10-13
  • 2021-06-19
  • 2021-12-04
  • 2021-09-22
相关资源
相似解决方案