Enumeration of view frustum planes.
[Flags]
|
|||||
enum
|
ViewFrustumPlane
|
None
|
= 0
|
|
---|---|---|
Left
|
= 0x01
|
|
Right
|
= 0x02
|
|
Top
|
= 0x04
|
|
Bottom
|
= 0x08
|
|
Near
|
= 0x10
|
|
Far
|
= 0x20
|
|
All
|
= 0x3F
|