Render Settings

Controls instance culling and rendering options.

Attach this component to a Volume to override scene-level culling and rendering parameters for Flora instances.

These overrides apply only within the volume’s bounds and can be blended like other volume-based settings.


Properties

MinScreenSize

  • The minimum screen-space coverage an instance must occupy to be rendered.

    • Instances smaller than this threshold are culled.

    • Useful for avoiding rendering of tiny or far-away instances.


MaxRenderDistance

  • The maximum world-space distance from the camera at which instances will be rendered.

    • 0 = No distance-based culling (unless overridden elsewhere)

    • Non-zero = Instances beyond this range are culled


MinShadowLOD

  • The minimum LOD index used when rendering shadows for Flora instances.

    • 0 = Full detail (LOD0)

    • Higher values reduce shadow quality for distant or low-priority objects


MaxShadowDistance

  • The maximum distance at which shadows are drawn for Flora instances.

    • 0 = Use default pipeline shadow distance

    • Non-zero = Overrides the maximum shadow draw range


CrossFadeDuration

  • The duration of LOD cross-fade transitions (in seconds).

    • Affects LODGroups with animated cross-fading enabled

    • 0 = Instant LOD switch

    • Higher values result in smoother visual transitions between LOD levels

Last updated