> 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

This section explains Flora rendering behavior and how to tune it safely.

## Beginner Path

1. [Culling Pipeline](/rendering/culling-pipeline.md) - current BRG behavior.
2. [Occlusion](/rendering/occlusion.md) - when hidden instances are skipped.
3. [Motion Vectors](/rendering/motion-vectors.md) - required for motion blur/TAA.
4. [Light Probes](/rendering/light-probes.md) - baked/APV lighting behavior.
5. [Rendering Inspector](/rendering/rendering-inspector.md) - inspect sources, templates, draws, buffers, and culling structure.
6. [Debugging](/rendering/debugging.md) - verify what Flora is doing with live overlays.

## What This Affects

* CPU draw submission cost
* GPU culling cost
* instance visibility behavior
* memory usage for motion vectors and probes
