From c484fab32dcac655164f082805d1d55d1d058f2f Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Tue, 26 Mar 2024 07:31:33 +1100 Subject: experiment: auto-conversion of object spread lights to hybrid spread/point lights --- source/base/StarCellularLightArray.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'source/base/StarCellularLightArray.hpp') diff --git a/source/base/StarCellularLightArray.hpp b/source/base/StarCellularLightArray.hpp index 225d42b..587ae1f 100644 --- a/source/base/StarCellularLightArray.hpp +++ b/source/base/StarCellularLightArray.hpp @@ -56,6 +56,7 @@ public: float beam; float beamAngle; float beamAmbience; + bool asSpread; }; void setParameters(unsigned spreadPasses, float spreadMaxAir, float spreadMaxObstacle, -- cgit v1.2.3