Author Topic: Bump maps causing excessive noise in the indirect  (Read 2043 times)

2015-07-20, 13:48:18

redlad

  • Active Users
  • **
  • Posts: 65
    • View Profile
Hi,

I am working on a asset and notice really heavy noise in my indirect pass. When I turn the bump on the ground way down to a value of .02, the noise is alot less. If I turn it off altogether it's cleaner again.

Is there any trick for treatment of bump maps in general with Corona?

One thing I was going to do was to use a Rayswitch material and for the GI contribution, just turn the bump off in the shader.

But I am just curious to see what people have to say,

Thank you

2015-07-20, 16:10:11
Reply #1

redlad

  • Active Users
  • **
  • Posts: 65
    • View Profile
I thought somebody would have had a response.

Anyone?

2015-07-20, 16:17:55
Reply #2

Ludvik Koutny

  • VIP
  • Active Users
  • ***
  • Posts: 2557
  • Just another user
    • View Profile
    • My Portfolio
It really comes down to the specific scenario. If you have for example strong light hitting quite reflective surface that has a bump map, and it's hitting it in the exact incident angle of the area you are rendering, then rays bouncing off the the noisy objects are noisy because they are randomly hitting surface of very different brightness. Some rays will hit the flat part of the bumps, and get average brightness, some rays will hit shadowed part of the bumped surface, and return very dark color, other rays will hit highlighted part, and return very bright color. It's lot less predictable than flat surface without bump.

Non the less, it would be good to post at very least picture of the problem, so we could make sure it's not some bug, or something that could be significantly improved by changing of some setting.