finished lights example

This commit is contained in:
aap
2021-03-03 02:00:52 +01:00
parent af20de4522
commit 0921a2b003
10 changed files with 708 additions and 173 deletions

View File

@@ -860,7 +860,7 @@ struct World
static int32 numAllocated;
static World *create(void);
static World *create(BBox *bbox = nil); // TODO: should probably make this non-optional
void destroy(void);
void addLight(Light *light);
void removeLight(Light *light);