Allow negative sky colour to be specified
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include "obj.h"
|
||||
|
||||
typedef struct {
|
||||
vec3_t sky_colour;
|
||||
vec3_t sky_pos, sky_neg;
|
||||
obj_t *objs;
|
||||
unsigned obj_count;
|
||||
} scene_t;
|
||||
|
||||
Reference in New Issue
Block a user