Vixen
02b45cc4
csharp
public readonly record struct InstanceBounds

Where one instance is and how big it is, in world space.

Read the guide page for this →

Fields and properties (2)

  • public Vector3 Centre

    Its centre.

  • public float Radius

    A sphere around it that nothing it draws escapes.

Methods (1)

  • public InstanceBounds(Vector3 Centre, float Radius)

    Where one instance is and how big it is, in world space.

Used by (5)

  • FoliageCullParityTestsVixen.Rendering.Terrain.Tests
  • FoliageRendererVixen.Rendering.Terrain
  • GrassRendererVixen.Rendering.Terrain
  • InstanceCullerVixen.Rendering
  • InstanceCullingTestsVixen.Rendering.Tests