Overview
Lighting — the overall illumination of the 3D scene, shadows, and the environment map — is not configured in the Creator App. Instead, it is part of the scene itself, chosen when the scene is prepared in Scene Manager. The Creator App loads whatever lighting the selected scene defines and uses it for the entire training. This keeps authoring focused on training logic (states, events, actions) and keeps the visual quality of the scene consistent across every step.Why Lighting Is Not in the Creator App
A training always runs inside a scene — the 3D environment the learner sees. Lighting is a property of the environment:- Two trainings that share a scene should look the same, with the same light direction, shadows, and mood.
- A single scene used by many trainings should not have its lighting changed each time a new training is authored.
- Lighting choices affect performance (shadow quality, environment map resolution) and belong to the scene administrator rather than the training author.
Available Presets
The platform ships three shared lighting presets:| Preset | Mood | Environment |
|---|---|---|
| Studio (Default) | Neutral, balanced key and fill | Venice sunset HDRI (indoor-studio feel) |
| Warehouse | Cooler key, industrial feel | Empty warehouse HDRI |
| Outdoor Day | Brighter, warmer | Dawn outdoor HDRI |
Performance / Shadow Quality
Scene Manager also exposes performance-related settings that affect how the lighting is rendered:| Setting | Options |
|---|---|
| Performance | Low, Mid, High |
| Shadows | On / Off, with quality tied to performance |
What the Creator App Does With Lighting
When you open a training, the Creator App:- Loads the scene definition.
- Reads the scene’s
lightingEnv(the preset id and render settings). - Applies the preset in the 3D viewer — ambient light, directional light, HDRI environment, and soft shadows.
- Scales the light intensities slightly based on the Creator App’s own UI light / dark theme so dark-mode authoring does not wash out the scene.
Can I Override Lighting for One Training?
Not from the Creator App. Lighting is per-scene, not per-training. If two trainings need different lighting, they should use different scenes. If you need a quick variation, ask a scene administrator to make a copy of the scene with the lighting change and point your training at the copy.Related
- Scene Manager — The app where scenes are authored and lighting is configured. Refer to Scene Manager’s own documentation for the Lighting ribbon, preset picker, and performance controls.
- Media Upload — Controls uploaded assets (images, video, audio, models) — separate from scene-level lighting.

