Cesium Map 中的背景图像未更改
Background image not changed in Cesium Map
我想更改提供自定义图像的天空背景图像,但它没有改变
var scene = viewer.scene;
scene.skyBox = new Cesium.SkyBox({
sources : {
positiveX : 'images/galaxy.jpg',
negativeX : 'images/galaxy.jpg',
positiveY : 'images/galaxy.jpg',
negativeY : 'images/galaxy.jpg',
positiveZ : 'images/galaxy.jpg',
negativeZ : 'images/galaxy.jpg',
}
});
在本地系统中我已经给出了这些路径但是在沙堡演示中我没有添加图像。
任何建议,谢谢
确保图片网址正确。
看到这个 Sandcastle link
我想更改提供自定义图像的天空背景图像,但它没有改变
var scene = viewer.scene;
scene.skyBox = new Cesium.SkyBox({
sources : {
positiveX : 'images/galaxy.jpg',
negativeX : 'images/galaxy.jpg',
positiveY : 'images/galaxy.jpg',
negativeY : 'images/galaxy.jpg',
positiveZ : 'images/galaxy.jpg',
negativeZ : 'images/galaxy.jpg',
}
});
在本地系统中我已经给出了这些路径但是在沙堡演示中我没有添加图像。
任何建议,谢谢
确保图片网址正确。 看到这个 Sandcastle link