【Cesium】天空盒子

【Cesium】天空盒子_第1张图片

skyBox: new Cesium.SkyBox({
sources: {
positiveX: 'static/image/skyBox/posx.jpg',
negativeX: 'static/image/skyBox/negx.jpg',
positiveY: 'static/image/skyBox/negy.jpg',
negativeY: 'static/image/skyBox/posy.jpg',
positiveZ: 'static/image/skyBox/posz.jpg',
negativeZ: 'static/image/skyBox/negz.jpg'
}
}),

 

你可能感兴趣的:(【Cesium】天空盒子)