originalnicodr / RELit

Mod to spawn lights in RE Engine games
https://framedsc.com/GeneralGuides/relit.htm
25 stars 4 forks source link

Being able to spawn volumetric fog to have the lights interact with it #7

Open originalnicodr opened 2 years ago

originalnicodr commented 2 years ago

Right now the Volumetric Scattering Intensity property in the lights doesn't do much in most situations because (we believe) it needs a proper volumetric fog on the scene.

In order to do that, we could try to get the VolumetricFogControl from the VolumetricRenderer singleton and see what we can do with it, given that spawning the VolumetricFog alone doesn't seem to be doing much either.

image