I have 1 point cloud, after comparing a new mesh file I created myself, the negative and positive distances values are next to each other.
I think the negative value should be outside or inside the mesh and separate from the positive part.
Is the problem with the mesh file I created?
Compare cloud-mesh not correct
Compare cloud-mesh not correct
- Attachments
-
- Group.zip
- (1.21 MiB) Downloaded 122 times
Re: Compare cloud-mesh not correct
Yes indeed, one out of 2 triangles is inverted. You can see that if you compute per-triangle normals and zoom in.
You'll see that half of the triangles are green, and half are blue. Which means that some are in the direct order (the vertices are correctly ordered), and some are inverted.
You'll see that half of the triangles are green, and half are blue. Which means that some are in the direct order (the vertices are correctly ordered), and some are inverted.
Daniel, CloudCompare admin
Re: Compare cloud-mesh not correct
Thanks Daniel.
I fixed my mesh. It ok now :D
I fixed my mesh. It ok now :D