After retopology, .obj file has many duplicate vertices
Collapse
X
-
Thanks Andrea. I have duplicate vertices in the original mesh too. I thought that it is because you have limited size dynamic vertex buffer and you keep updating it as you create triangles with correct normals. When you cannot find a specific vertex, you just include it for referencing the triangles. May be that I am wrong with assumption.Leave a comment:
-
Hi Victor,
I see the confusion. There are duplicated vertices, but it is not due to the retopology filtering. The retopology filter will not create duplicated vertices out of nowhere.
If you check your dataset, you'll see that the original mesh also has some duplicated vertices too.
This is normal - sometimes we have to duplicate vertices that otherwise would cause the mesh to be non-manifold.
If you run the "remove duplicated vertices" filter in meshlab you can enable the visualizaton of non manifold vertices.
Leave a comment:
-
Here is the link to share my files: https://drive.google.com/drive/folde...5B?usp=sharingLeave a comment:
-
-
When I looked into OBJ files saved after mesh is created, they all contain duplicate vertices. Here is the proof in the attached jpeg.1 PhotoLeave a comment:
-
With small factor less than 2.0, each triangle is broken into 3 triangles with different normals on each triangle - so it works fine. The trouble is with large factors much greater than 2.0.Leave a comment:
-
I like what you are doing with retopology. With a large factor value, the mesh is smoothed without needing a spline or bezier patch. However it seems to count the vertices erratically, sometime by 2 and sometimes by six.Leave a comment:
-
I will have to upload to my google drive first and then send you a link.Leave a comment:
-
Thanks Andrea. I will come back to you after I exhaust the pro trial license that I have. I am having problems with pro so I am back with lite where things seem to be working fairly steadily. Thanks for all the help.Leave a comment:
-
By superimposition, I am turning two meshes - one original and the other after retopology - so that I can see what is happening with vertices. Here is another view where retopology seems to fail even on a smooth surface.1 PhotoLeave a comment:
-
Leave a comment: