WorldEnvironment
Global 3D environment settings. Configure ambient light, fog, sky, tone mapping, and global illumination.
3D
No shortcutIntermediate13 min readQuick Reference
WorldEnvironment
Godot EngineKeyboard Shortcut
N/A
Where to Find
Scene dock — Create New Node > Node3D category
Best Used For
- ▸Build 3D game worlds and characters
- ▸Set up lighting and environmental effects
- ▸Configure 3D cameras and rendering
Intermediate⏱ 30–60 minutes to master
Key Settings
Add:Environment:Sky:Fog:
WorldEnvironment configures global rendering settings for 3D scenes: background, ambient light, fog, tonemapping, glow, and adjustments.
Where to Find It
Found under Node3D in Create New Node dialog.
How to Use
- Add: Add WorldEnvironment to your scene.
- Environment: Create a new Environment resource in the Inspector.
- Sky: Assign a Sky resource for realistic backgrounds.
- Fog: Enable volumetric fog for atmospheric effects.
Pro Tips
- Use only one WorldEnvironment per scene.
- Enable SSAO and Glow for cinematic quality.