Home Technical Talk
The BRAWL² Tournament Challenge has been announced!

It starts May 12, and ends Sept 12. Let's see what you got!

https://polycount.com/discussion/237047/the-brawl²-tournament

Tiling normals?

polycounter lvl 16
Offline / Send Message
Reverenddevil polycounter lvl 16
I have a quick question/ need help. I have an object that is using a tiling texture it is a failry larg piece. Now I want to be able to add normal detail to the trim all around it. The problem is I have the edge trim pieces which are fairly large to broken up and outside the 0:1 UV space. These pieces are also slightly different in scale. My question is what would be the best way to get my baked normal to tile correctly on this tiling texture or the best way to set it up? Thanks.

Replies

  • SHEPEIRO
    Offline / Send Message
    SHEPEIRO polycounter lvl 19
  • Eric Chadwick
    If the larger details also tile, then simply bake both large and small to their own normal maps, then combine them in Photoshop or Crazy Bump.

    If the two scales use the same UVs, this is the best way to go. If they don't then you'll need to use a more expensive shader that combines two separate normal maps, each using different UVs, in real-time. By expensive, I mean it will slow down the frame rate.

    You can avoid using two separate UV sets, if your engine allows you to change the tiling amount in the shader... then you could use non-tiling UVs for the big details, and use >1 tile settings for the smaller detail texture.
Sign In or Register to comment.