Skybox in Columbus View

I see in the Cesium.Skybox documentation that it is not supported in Columbus view.

This maybe a silly question but is it possible to have a skybox in Columbus view.

What can I do to change the background, even if it is just to change the default black background

You can change the background with viewer.scene.backgroundColor. For example:

viewer.scene.backgroundColor = Cesium.Color.ALICEBLUE;

``

Thanks Omar. SKYBLUE seems like a fairly good sunny day :slight_smile: