Guides Lighting 3D Using Skyboxes In 3D Scenes

Lighting 3D 2 min read Updated Apr 2026

Using Skyboxes In 3D Scenes

Lenga supports scene-level skyboxes for 3D projects.

You can use:

  • Procedural skyboxes
  • Panorama skyboxes
  • Cubemap skyboxes
  • bundled engine cubemaps that ship with Lenga

If you do not assign a skybox to the scene, Lenga falls back to the bundled engine default skybox automatically.

Assign A Scene Skybox

  1. Select the scene itself in the Inspector.
  2. Find the scene lighting/backdrop section.
  3. Set the Skybox field.
  4. Choose one of your project skybox assets, or choose one of the bundled engine skyboxes.
  5. Leave it empty if you want the bundled default instead.

This is scene-level authoring, so the skybox is not attached to the camera or to a random render object.

Use A Bundled Engine Skybox

Bundled skyboxes are skyboxes that come with Lenga itself. They are useful when you want to make a 3D scene quickly and you do not want to import your own sky textures first.

To use one:

  1. Select the scene in the Inspector.
  2. Open the Skybox picker.
  3. Search for SBS Cloudy Sky.
  4. Pick one of the bundled cloudy sky cubemaps.
  5. Press Play or open the Scene view to preview it.

Lenga stores bundled choices as engine-owned references, not as copied files in your project. During export, Lenga bundles the same cubemap files into the player build so the scene keeps the same sky outside the editor.

Create A Custom Skybox Asset

  1. In the Assets panel, create a new Skybox asset.
  2. Open it in the Inspector.
  3. Choose a mode:
    • Procedural
    • Panorama
    • Cubemap
  4. Adjust the relevant fields for that mode.

Common fields:

  • Tint
  • Exposure

Procedural fields:

  • Sky
  • Horizon
  • Ground

Image-based fields:

  • Texture
  • Layout for Cubemap

Choosing Between Panorama and Cubemap

Use Panorama when you have a single sky texture that should wrap around the scene.

Use Cubemap when you have a cubemap atlas layout and want explicit face-based sampling.

Use Procedural when you want a clean stylized sky without managing an image.

Engine Default

The bundled default skybox comes from:

res/images/StandardCubeMap.png

Lenga also includes additional out-of-the-box cloudy cubemap skyboxes from Screaming Brain Studios. Those bundled skyboxes are credited in the editor under Help -> Credits..., and the original license file stays next to the bundled assets in the engine repository.

During export, Lenga bundles the default skybox and the bundled skybox catalog into the shipped player build so scenes that rely on engine skyboxes keep the same look outside the editor. It also carries the Screaming Brain Studios license file into the packaged skybox folder.