frustum: new macros for frustum

This commit is contained in:
Recep Aslantas
2018-01-13 21:37:15 +03:00
parent 40458be41b
commit a56da8cc4a

View File

@@ -21,6 +21,13 @@
#define GLM_RTF 6
#define GLM_RBF 7
#define GLM_LEFT 0
#define GLM_RIGHT 1
#define GLM_BOTTOM 2
#define GLM_TOP 3
#define GLM_NEAR 4
#define GLM_FAR 5
/*!
* @brief extracts view frustum planes
*