From 629dc808c595d65cda74a86975ebd780113f3431 Mon Sep 17 00:00:00 2001 From: quou Date: Sun, 9 Feb 2025 18:50:58 +1100 Subject: Properly send lights from the CPU --- configure.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure.lua') diff --git a/configure.lua b/configure.lua index 49ba1f0..cffd61e 100644 --- a/configure.lua +++ b/configure.lua @@ -6,6 +6,7 @@ config = { "camera", "debugdraw", "editor", + "lighting", "maths", "model", "physics", @@ -57,7 +58,8 @@ config = { }, models = { "monkey", - "cube" + "cube", + "scene" }, textures = { { "22", "bmp", "bc1" }, @@ -561,5 +563,6 @@ if system == "windows" then assets(config.materials, "convmaterial", "mat", "mat") textures(config.textures, "convtexture") pack() + outfile:write("\n") end -- cgit v1.2.3-54-g00ecf