Vixen
02b45cc4
csharp
public readonly record struct LodGroup

One LOD group's switch points.

No guide page documents this yet — the page shows what the code says about itself.

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