Hi,
We’re seeing an issue with VFX that use the translucency volume cascade where VFX that are in shadow are flickering as if they are suddenly in outside in full daylight. This seems to effect all particles that are in the second cascade. We mainly see this in editor although there are reports of seeing it on Windows packaged builds. It seems to be related to sampling from the virtual shadow map and if I comment out the CollectLightForTranslucencyLightingVolumeInjection() block in TranslucentLighting.cpp (line 2570ish) the problem doesn’t occur. Our translucency volume is set up to cover a 215 metre area (15m first cascade, 200m second cascade) and each is 48 voxels wide/high/deep.
I’d usually use PIX to investigate but the issue doesn’t occur if PIX is attached and I’ve been unable to get a RenderDoc capture without it crashing. I’m wondering if anyone else has reported anything like this, or if you have any thoughts as to what might be going on?
Thanks,
Matt.