Allow negative sky colour to be specified

This commit is contained in:
Camden Dixie O'Brien
2025-09-23 14:19:30 +01:00
parent a8c69c2386
commit 53198edaa4
4 changed files with 11 additions and 6 deletions

View File

@@ -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;