when I duplicate the object the contrast changes !?

I also tried to build the light with production quality :\ but its still the same

any answer :slight_smile: ?

Hi Saiffa,

What you’re seeing is the differences between indirect lighting cast between modular meshes. The problem here is that when lighting is calculated for the meshes they are handled on different CPU threads and one does not know what the others was. This can cause the different shades you’re seeing.

This can be offset by using some of the methods in this thread here: Modular Asset Lighting Problem - Rendering - Epic Developer Community Forums

This is something that could potentially be improved in the future, but there are not any near future plans that I’m aware of to work on this.

Some things you can do on your end:

  • Use other geometry to mask the seams, like columns, vines, or something that makes sense.
  • Do not break the wall up into as many pieces. This will also reduce the draw calls needed for the extra meshes

I hope this helps.

Tim

I appreciate your help

thank you