square-slidersAdditional Renderer Settings

Provides additional rendering options for Flora on a per-prefab basis.

Attach this component to a prefab to add per-prefab caps for distance, shadows, and density participation.


Properties

MaxRenderDistance

  • Adds a per-prefab maximum render distance cap.

    • 0 — Prefab cap disabled.

    • Non-zero — Combined with other active caps; the smallest non-zero cap wins.

MaxShadowDistance

  • Adds a per-prefab maximum shadow distance cap.

    • 0 — Prefab cap disabled.

    • Non-zero — Combined with other active caps; the smallest non-zero cap wins.

MinShadowLOD

  • Sets the lowest LOD index allowed for rendering shadows.

    • 0 — Highest detail.

    • Higher values reduce shadow fidelity to improve performance.

AffectedByGlobalDensity

  • If enabled, instances can be culled based on the current Global Density.

AffectedByRangeDensity

  • If enabled, instances can be culled based on Range Density values in the scene.

Last updated