OpenGL2: Add named cubemaps and per-map env.json parsing.

This commit is contained in:
SmileTheory 2016-02-10 16:25:32 -08:00
parent ad952b9537
commit 871872689e
5 changed files with 458 additions and 6 deletions

View file

@ -59,6 +59,7 @@ typedef unsigned int glIndex_t;
#define USE_OVERBRIGHT
typedef struct cubemap_s {
char name[MAX_QPATH];
vec3_t origin;
float parallaxRadius;
image_t *image;