mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
box: cull frustum with aabb helper
This commit is contained in:
@@ -136,7 +136,7 @@ glm_aabb_crop_until(vec3 box[2],
|
||||
*/
|
||||
CGLM_INLINE
|
||||
bool
|
||||
glm_aabb_frustum(vec3 *box, vec4 planes[6]) {
|
||||
glm_aabb_frustum(vec3 box[2], vec4 planes[6]) {
|
||||
float *p, dp;
|
||||
int i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user