Add AnimLightCutoff warning
This commit is contained in:
parent
bb50b2aba4
commit
00537fa3ca
|
@ -122,6 +122,11 @@ public class LightMapper
|
|||
AnimLightCutoff = lmParams.AnimLightCutoff,
|
||||
FastPvs = pvs,
|
||||
};
|
||||
|
||||
if (settings.AnimLightCutoff > 0)
|
||||
{
|
||||
Log.Warning("Non-zero anim_light_cutoff ({Cutoff}). AnimLight lightmap shadow radius may not match lightgem shadow radius.", settings.AnimLightCutoff);
|
||||
}
|
||||
|
||||
Timing.TimeStage("Gather Lights", () => BuildLightList(settings));
|
||||
Timing.TimeStage("Set Light Indices", () => SetCellLightIndices(settings));
|
||||
|
|
Loading…
Reference in New Issue