diff --git a/KeepersCompound.Lightmapper/LightMapper.cs b/KeepersCompound.Lightmapper/LightMapper.cs index 2c6abfd..cf7ce06 100644 --- a/KeepersCompound.Lightmapper/LightMapper.cs +++ b/KeepersCompound.Lightmapper/LightMapper.cs @@ -799,7 +799,7 @@ public class LightMapper return mode switch { SoftnessMode.LowFourPoint or SoftnessMode.MediumFourPoint or SoftnessMode.HighFourPoint => ( - [-texU - texV, -texU - texV, -texU + texV, texU + texV], + [-texU - texV, texU - texV, -texU + texV, texU + texV], [0.25f, 0.25f, 0.25f, 0.25f]), SoftnessMode.MediumFivePoint or SoftnessMode.HighFivePoint => ( [Vector3.Zero, -texU - texV, texU - texV, -texU + texV, texU + texV],