CF_Frustum¶
Category: math
GitHub: cute_math3d.h
Six planes bounding a camera's visible volume, normals pointing inward.
| Struct Members | Description |
|---|---|
CF_Plane3 planes[6] |
The bounding planes: left, right, bottom, top, near, far. |
Remarks¶
Extract one from a combined view-projection with cf_frustum_from_m4, then cull with cf_frustum_test_aabb3 / cf_frustum_test_sphere.
Related Pages¶
CF_Plane3
cf_frustum_from_m4
cf_frustum_test_aabb3
cf_frustum_test_sphere