#概要
#サンプルコード
var urls = [
'http://jsrun.it/assets/Q/A/A/R/QAARR.jpg',
'http://jsrun.it/assets/I/H/N/E/IHNEH.jpg',
'http://jsrun.it/assets/0/T/e/l/0TelF.jpg',
'http://jsrun.it/assets/A/E/O/S/AEOSa.jpg',
'http://jsrun.it/assets/O/g/r/5/Ogr5i.jpg',
'http://jsrun.it/assets/6/s/G/E/6sGEA.jpg'];
var widget = new Cesium.CesiumWidget('cesiumContainer', {
skyBox : new Cesium.SkyBox({
sources : {
positiveX : urls[1],
negativeX : urls[3],
positiveY : urls[4],
negativeY : urls[2],
positiveZ : urls[0],
negativeZ : urls[5]
}
})
});
#成果物
http://jsdo.it/ohisama1/MvN6
以上。