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 settings for rendering distance, shadows, and density influence.

Properties

MaxRenderDistance

  • Overrides the maximum distance at which instances are visible.

    • 0 = Inherit global or volume-based settings.

    • Non-zero = Use this value as the max render distance.

MaxShadowDistance

  • Overrides the maximum distance at which shadows from these instances are cast.

    • 0 = Inherit global or volume-based settings.

    • Non-zero = Use this value as the max shadow casting distance.

MinShadowLOD

  • Specifies the lowest LOD index allowed when rendering shadows.

    • 0 = Highest detail.

    • Higher values reduce shadow detail to improve performance.

AffectedByGlobalDensity

  • If enabled, instances of this object can be culled by GlobalDensity.

AffectedByRangeDensity

  • If enabled, instances of this object can be culled by RangeDensity.

Last updated