Vixen
02b45cc4
csharp
public readonly record struct TerrainView

What a view needs to draw a terrain.

Read the guide page for this →

Fields and properties (3)

  • public Matrix4x4 ViewProjection

    The camera's combined matrix.

  • public Vector3 Position

    Where the camera is, in the terrain's own space.

  • public BoundingFrustum Frustum

    What it can see.

Methods (1)

Used by (5)

  • GrassDrawPassVixen.Rendering.Terrain
  • GrassDrawPassTestsVixen.Rendering.Terrain.Tests
  • TerrainRendererVixen.Rendering.Terrain
  • TerrainRendererTestsVixen.Rendering.Terrain.Tests
  • TerrainStreamingTestsVixen.Rendering.Terrain.Tests