Vixen
caa30e12
csharp
public record class GeometryQuality

Geometry and culling knobs for one tier.

Read the guide page for this →

Fields and properties (3)

  • public CullingMode? Culling

    Which culling shape the frame runs — CullingMode.

  • public bool? VirtualGeometry

    Whether virtualized geometry draws. ⚠ Carried, not yet consumed: whether a project has virtualized geometry is the host's, and the expansion does not emit the traversal node yet.

  • public float? LodBias

    Levels added to every LOD pick, positive for coarser. ⚠ Carried, not yet consumed: its first consumer now exists — TerrainComponent.LodBias declares itself "for a scalability setting" — but nothing extracts terrain into a frame yet, so no path hands the resolved value over.

Used by (6)

  • QualityTierOverridesVixen.Rendering.PostFx
  • RenderQualityVixen.Rendering.PostFx
  • RenderQualityTestsVixen.Rendering.PostFx.Tests
  • TypeRegistrationVixen.Rendering.PostFx
  • Vixen_Rendering_PostFx_GeometryQualitySerializerVixen.Rendering.PostFx
  • Vixen_Rendering_PostFx_QualityTierOverridesSerializerVixen.Rendering.PostFx