Additional Camera Settings

Provides additional settings for controlling how instances are rendered by a camera.

Attach this component to a Camera to override specific Flora rendering behavior on a per-camera basis. These overrides can be used to optimize rendering for portals, reflections, special passes, or debug views.


Properties

AllowGPUOcclusionCulling

  • When enabled, Flora will submit GPU-based occlusion queries for this camera’s view.

  • When disabled, occlusion is skipped or defaults to CPU culling if available.

Useful for disabling expensive occlusion in certain views (e.g., reflections or offscreen buffers).


DisableInstanceRendering

  • Completely bypasses Flora’s GPU instancing pipeline for this camera.

  • No instances will be rendered by Flora.

Use this when rendering shadow maps, post-processing, or capturing non-instanced layers only.


LODBiasScale

  • Scales the effective LOD bias for Flora instances rendered by this camera.

Value
Effect

1.0

No scaling (default)

< 1.0

Favors higher-detail LODs

> 1.0

Favors lower-detail LODs

This allows dynamic adjustment of visual fidelity or performance based on camera purpose or resolution.

Last updated