So I'm triangulating my mesh in modo and exporting to fbx, but I get various visible triangles in places when I do this and have to go around finding all the spots it happened and adjust vertices to fix it.
Does anyone know a way to avoid this issue?
I have attached a handful of screenshots showing some of the visible triangles. This happens in quite a few spots and is a little time consuming. So I'm hoping there is a way to avoid these issues.
Thank you :poly122:
Replies
Do you have any vertices very close together? Could be you're getting a bunch of really thin triangles coming out. Try welding the verts of the mesh with a very small distance threshold.
A shot from MODO with wireframes on of the same areas might help. If not upload the LXO file and I can have a look at it.
But yes, the issue seems to be at the vertex level and I am able to get rid of the triangles once I hunt them down. It's a bit tedious to hunt them all down and then fix the verts.
I'm surprised that mesh cleanup doesn't clean these up.
Could this have anything to do with the smoothing groups?
Edit: I will work on getting the wireframe shots.
How are you getting rid of the triangles when you hunt them down?
I have been triangulated and then doing mesh cleanup, so it's odd that it's missing all of these.
I need to check with the other artist working on this as he has been doing them. But from what I gathered he is fixing it at the vertex level, by fixing their alignment. I will get a more complete answer asap.
- Deleting edges and re-extending them so they connect and complete the rings.
- Making sure all vertices are aligned properly and there aren't any strays.
- Make sure there are no vertices welded to edges - all vertices should be welded to vertices.
Should mesh cleanup be doing this for us?
Might just need to take more care with modeling. Did you try welding all the verts of the mesh using a small (but non-zero) value?
In the past smoothing has caused this issue but I can't help you without looking at the mesh.
Your vertex normals are probably getting screwed up when you triangulate, so clearing or deleting vertex normal maps is a good way to fix that issue.
@Swizzle I've never really spent much time in that tab so thank you for pointing it out. However, there wasn't any maps under the Other Maps dropdown (before or after triangulation).