So, I work a lot with objects that are mirrored on the X axis in order to save texture space.
But my meshes have this very visible seam along the center. See example: https://i.imgur.com/OZRgIqfg.jpgIn this example, the mesh has a visible seam already and I haven't even baked yet.
So, I've tried using custom vertex normals.
I've also tried offsetting the mirrored normals but that only minimizes the issue.
So, is there a way to fix it or is SP2 unable to handle mirrored objects?
I'm using Blender by the way.
Replies
Bear in mind that even if you resolve the normal seam issue you're still going to get crappy butterfly artefacts in the other maps - there will be a better way to lay out your uvs in the same space
I'll have find other tricks to save on texture space.
And depending on the object you can mirror things not just on the centerlines, or use instances for repeating parts. You might even be able to have a mix of unique and tiling (or shared) parts depending on your situation/engine capabilities. With something very flexible like UE4 you have plenty of options for saving UV space, like covering up tiling texture repetitions with some vertex-blended textures, deferred decals, other shader shenanigans... You just need to assess the situation and think of some creative solutions.
Still, I find it so weird that I can't get this to work.
I've been searching quite a bit on this subject and I've seen several people with the same issue, but not a single resolution.
I've tried applying the mirror modifier, then entered edit mode to make sure the center line was merged.
I also verified it wasn't marked as sharp and applied weighted normals after the mirror modifier, and I can still see the seam on the low poly even before baking.