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

@@ -21,6 +21,7 @@ extern "C" {
#include "call/quat.h"
#include "call/euler.h"
#include "call/plane.h"
#include "call/frustum.h"
#include "call/io.h"
#ifdef __cplusplus