Hello everyone,
I'm struggling with the following problem:
https://www.dropbox.com/s/rk6pkcoeueqau57/TreeIntersections.JPG?dl=0.
As you can see, the intersections of the branches - which are pushed together and overlapping - have really bad lighting. I tried to fix this by manually adjusting the vertex normals, but apart from the task being cumbersone and time-consuming, I just couldn't get a good result. Are there any solutions to this?
Thanks in advance!
Nicolas
Replies
the obvious one is not to use intersecting meshes and stitch the geometry together although it's time consuming and adds to face and vert counts
If you were to use a blended depth shader to hide the geometry intersections you'd run into extra overdraw on the trunk area. This would probably be a much bigger performance hit than extra vertexes.
I will get a higher quality shot as soon as possible, though I don't think there's a lot more to be seen than what's on the screenshot. Might it help to "snap" the vertices on the intersection onto each other? Right now the branch border is pushed kind of far into the trunk. Maybe if I would snap the vertices onto each other, could that solve the problem?
[ame]http://www.youtube.com/watch?v=saDwhoBJbTY[/ame]
it requires some custom tools to handle or a lot of manual tweaking using the standard tools so I still think if it's a real issue cut and stitch is still the best option