Commit Graph

11 Commits

Author SHA1 Message Date
Recep Aslantas 8bcd6bd077 frustum: make clipspace coords configurable
* now users can override clip space coords
* add more desc to header
* add call version for _corners_at
2018-01-14 11:03:03 +03:00
Recep Aslantas 2349bbff31 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
2018-01-12 15:21:36 +03:00
Recep Aslantas 2b7994778d fix lib call version of look_anyup 2018-01-12 12:54:33 +03:00
Recep Aslantas 61ac032751 new wrappers for lookat 2018-01-10 22:02:14 +03:00
Recep Aslantas eaf45e489d view frustum center 2017-12-31 17:17:39 +03:00
Recep Aslantas 2d0a3ad828 use frustum namespace for frustum specific funcs 2017-12-30 18:05:11 +03:00
Recep Aslantas 99669a21a4 move extracting planes to camera header
* since it related to view frustum / camera it should be in thie header or separate header called frustum.h
* update LICENSE to add authors of algorithm
2017-12-30 13:55:17 +03:00
Recep Aslantas c98340d9d2 exracting planes 2017-12-30 12:18:32 +03:00
Recep Aslantas 63eaee5049 vec: implement min and max 2017-12-17 16:55:04 +03:00
Recep Aslantas 9fe48b34a7 inverse (opposite) of vectors 2017-10-27 00:20:41 +03:00
Recep Aslantas 9d61668e04 re-organise files, remove cglm prefix from file to make them more clean 2017-07-11 18:05:10 +03:00