ViewFrustumPlane

Description

[Flags]
enum Tinman.Terrain.Meshing.ViewFrustumPlane

Enumeration of view frustum planes.

Public / Constants

None

public constant None → (0:int32)

No frustum plane.

Left

public constant Left → (1:int32)

The frustum plane of the left screen edge.

public constant Right → (2:int32)

The frustum plane of the right screen edge.

Top

public constant Top → (4:int32)

The frustum plane of the top screen edge.

Bottom

public constant Bottom → (8:int32)

The frustum plane of the bottom screen edge.

Near

public constant Near → (16:int32)

The near frustum plane.

Far

public constant Far → (32:int32)

The far frustum plane.

All

public constant All → (63:int32)

All frustum planes.