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:
Recep Aslantas
2018-01-12 15:21:36 +03:00
parent 2b7994778d
commit 2349bbff31
9 changed files with 249 additions and 143 deletions

View File

@@ -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 \