Vixen
dd8b0a81
csharp
public readonly record struct LodGroup

One LOD group's switch points.

Read the guide page for this →

Fields and properties (2)

  • public float[] Thresholds

    The screen-height fraction below which each level gives way to the next, descending.

  • public int LevelCount

    How many levels the group has — one more than it has thresholds.

Methods (1)

  • public LodGroup(float[] Thresholds)

    One LOD group's switch points.

Used by (2)

  • LodRenderFeatureVixen.Rendering
  • LodTestsVixen.Rendering.Tests