> For the complete documentation index, see [llms.txt](https://flora.magneticarcade.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://flora.magneticarcade.com/rendering.md).

# Rendering

Read in this order:

1. [Culling Pipeline](/rendering/culling-pipeline.md) - current BRG behavior.
2. [Static Spatial Caching](/rendering/static-spatial-caching.md) - optional initialization optimization for static content.
3. [Occlusion](/rendering/occlusion.md) - when hidden instances are skipped.
4. [Motion Vectors](/rendering/motion-vectors.md) - required for motion blur and temporal anti-aliasing.
5. [Light Probes](/rendering/light-probes.md) - baked and Adaptive Probe Volume lighting behavior.
6. [Rendering Inspector](/rendering/rendering-inspector.md) - inspect sources, render prototypes, draws, buffers, and culling structure.
7. [Debugging](/rendering/debugging.md) - verify what Flora is doing with live overlays.
