mirror of
https://github.com/recp/cglm.git
synced 2026-01-06 07:04:07 +00:00
move frustum related stuff to frustum header
* create helpers macro which defines corner index * func for get bounding box frustum * add missing source to make file * add more desc to glm_frustum_corners
This commit is contained in:
@@ -88,7 +88,9 @@ libcglm_la_SOURCES=\
|
||||
src/vec3.c \
|
||||
src/vec4.c \
|
||||
src/mat3.c \
|
||||
src/mat4.c
|
||||
src/mat4.c \
|
||||
src/plane.c \
|
||||
src/frustum.c
|
||||
|
||||
test_tests_SOURCES=\
|
||||
test/src/test_common.c \
|
||||
|
||||
Reference in New Issue
Block a user