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 --- scene.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scene.hpp') diff --git a/scene.hpp b/scene.hpp index 31f1cab..6706899 100644 --- a/scene.hpp +++ b/scene.hpp @@ -9,6 +9,7 @@ struct Arena; struct Camera; +struct Lighting; struct Model_Instance; struct Model_Scene; struct World; @@ -24,6 +25,7 @@ struct C_Model { void update_scene( Model_Scene& ms, Device* dev, + const Lighting& lighting, const Camera& cam, World& w ); @@ -37,3 +39,4 @@ std::pair scene_pick( ); #endif + -- cgit v1.2.3-54-g00ecf