Additional Renderer Settings

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

Attach this component to a prefab to override global or volume-based rendering settings for distance, shadows, and density control.


Properties

MaxRenderDistance

  • Overrides the maximum distance at which instances of this prefab are visible.

    • 0 — Inherit global or volume-based settings.

    • Non-zero — Use this value as the prefab's specific render distance.

MaxShadowDistance

  • Overrides the maximum shadow distance for this prefab's instances.

    • 0 — Inherit global or volume-based settings.

    • Non-zero — Use this value to define how far shadows will render.

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