A sky box around the scene to draw stars. The sky box is defined using the True Equator Mean Equinox (TEME) axes.
This is only supported in 3D. The sky box is faded out when morphing to 2D or Columbus view. The size of
the sky box must not exceed Scene#maximumCubeMapSize
alias SkyBox
{Object} options Object with the following properties:
{Object} [options.sources] The source URL or Image object for each of the six cube map faces. See the example below.
{Boolean} [options.show=true] Determines if this primitive will be shown.
A sky box around the scene to draw stars. The sky box is defined using the True Equator Mean Equinox (TEME) axes.
This is only supported in 3D. The sky box is faded out when morphing to 2D or Columbus view. The size of the sky box must not exceed Scene#maximumCubeMapSize
alias SkyBox
Image
object for each of the six cube map faces. See the example below.scene.skyBox = new Cesium.SkyBox({ sources : { positiveX : 'skybox_px.png', negativeX : 'skybox_nx.png', positiveY : 'skybox_py.png', negativeY : 'skybox_ny.png', positiveZ : 'skybox_pz.png', negativeZ : 'skybox_nz.png' } });
Transforms.computeTemeToPseudoFixedMatrix
Scene#skyBox