Mutagen-Modding / Mutagen.Bethesda.Analyzers

A project to diagnose and analyze the health of a mod or a load order
GNU General Public License v3.0
14 stars 4 forks source link

Detect light limit issue #97

Open Elscrux opened 2 years ago

Elscrux commented 2 years ago

The engine can't handle too many lights shining on one mesh. Otherwise, the light starts to flicker, this should be avoided. This will probably need a pretty sophisticated algorithm that checks all light sources in an area and reports references that are shined on be several light sources?

Noggog commented 2 years ago

Duplicate of #34 i believe