Skip to content

The frame rate is particularly low when calling HandleTopologyChange() #115

Discussion options

You must be logged in to vote

Hi,

this is normal because this method is recomputing the whole Unity mesh from new SOFA mesh information. I.e getting all the new mesh structure (points, triangles and tetrahedra) and recomputing all the map to create the Unity MeshFilter.

Right now there is nothing you can do. The idea would be to improve those methods, maybe by using multi threaded communication and mesh copy. This is unfortunately not on our roadmap for the moment.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by RickYang1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants