csharp
public readonly record struct WaterMeshViewWhere the camera is and what it can see, for one zone's selection.
Fields and properties (3)
public Vector3 PositionWhere the view is, in world units.
public BoundingFrustum FrustumWhat it can see.
public Matrix4x4 ViewProjectionWhat 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