Hello everyone,
I am sending polydata (meshes) via the IGTLink protocol, specifically ModelNodes obtained from the segments generated by TotalSegmentator. On the Unity side, I have a reception script to reconstruct the mesh. I assume the script is correct, but something strange is happening.
Some meshes are reconstructed correctly, while others are always reconstructed incorrectly (for example, the Liver, as shown in the figure), even though the listening and reconstruction logic is the same. Could the issue be related to the triangles? Any advice would be greatly appreciated.
Thanks in advance!