Home Technical Talk

How can I Fix these Seams in my Normal Map

polycounter lvl 8
Offline / Send Message
pixaeiro polycounter lvl 8
Hello,

I'm developing a tool to generate a normal map that softens the hard edges in Low Poly models without the need of a High Poly model.

This is one example:



Everything works fine when the soft surfaces are on their own UV islands as seen above. However, when I bake a model where the soft surfaces are attached on large complex uv islands, I see seams at the edges where the surfaces meet:



Detail:



My hunch is that OpenGL is filtering the texture, and the filtered normal is very different to what would be logical at that fragment. I can fix the texture baker or the fragment shader but I've ran out of ideas to test.

Does anybody know what is wrong, or have any ideas or suggestions?

Thank you very much in advance!

Replies

Sign In or Register to comment.