What problem does it solve?
It removes the guesswork from building believable 3D lighting setups in Godot 4 by helping you choose the right global illumination, shadow, fog, and post-processing approach for each scene type.
Core Features & Use Cases
- Global illumination selection: Compare and configure SDFGI, VoxelGI, LightmapGI, light probes, and ReflectionProbe setups based on whether a scene is static, dynamic, indoor, or open world.
- Lighting and shadow tuning: Set up directional, point, and spot lights with practical shadow bias, cascade, and softness settings to avoid common artifacts.
- Environment and post-processing: Shape mood and readability with sky, fog, volumetric fog, bloom, SSAO, SSR, SSIL, depth of field, tone mapping, and color grading.
- ECS-friendly gameplay integration: Model lighting zones, time-of-day transitions, and light entities as data-driven components for ECS-based Godot projects.
- Use case: Build a dungeon with baked lightmaps and probes, then layer in dynamic torches, atmospheric fog, and cinematic color grading without breaking performance.
Quick Start
Ask the skill to design a Godot 4 lighting setup for your scene type, then tune the GI method, shadows, fog, and post-processing stack to match your visual target and performance budget.