Vixen
c7401864
csharp
public readonly record struct WaterMeshView

Where the camera is and what it can see, for one zone's selection.

Read the guide page for this →

Fields and properties (3)

  • public Vector3 Position

    Where the view is, in world units.

  • public BoundingFrustum Frustum

    What it can see.

  • public Matrix4x4 ViewProjection

    What the vertex stage transforms by.

Methods (1)

  • public WaterMeshView(Vector3 Position, BoundingFrustum Frustum, Matrix4x4 ViewProjection)

    Where the camera is and what it can see, for one zone's selection.

Used by (2)

  • WaterMeshRendererVixen.Rendering.Water
  • WaterSurfacePassVixen.Rendering.Water