Yes, I think the core algorithm of UE4 lightmass needs to be entirely replaced. Photon mapping must be abandoned. It's a fairly obsolete GI solver which usually delivers weird light leak, incorrect illumination distribution and eats massive memory. Then use pure path tracing based solution instead, like Unity's new GPU baking feature.
Comment