From 2cc5ab44b73d6d795c47805b370ed766d5795206 Mon Sep 17 00:00:00 2001 From: Jarrod Doyle Date: Thu, 26 Dec 2024 14:02:01 +0000 Subject: [PATCH] Set SpotAmb spotlight brightness --- KeepersCompound.Lightmapper/LightMapper.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/KeepersCompound.Lightmapper/LightMapper.cs b/KeepersCompound.Lightmapper/LightMapper.cs index 3862933..65e22ea 100644 --- a/KeepersCompound.Lightmapper/LightMapper.cs +++ b/KeepersCompound.Lightmapper/LightMapper.cs @@ -317,6 +317,7 @@ public class LightMapper { Position = light.Position, Color = Utils.HsbToRgb(propLightColor.Hue, propLightColor.Saturation, propSpotAmb.SpotBrightness), + Brightness = propSpotAmb.SpotBrightness, InnerRadius = light.InnerRadius, Radius = light.Radius, R2 = light.R2,