Allow negative sky colour to be specified

This commit is contained in:
2025-09-23 15:36:09 +01:00
parent e6ee20d5d1
commit cf876f4a8b
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;