Replies: 2 comments 1 reply
-
I also tried it on the MeshInspector web and it only took 0.4 seconds. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello! Could you please specify a bit more how have you compiled and exported the function. Have you used MeshLib building scripts? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I have successfully exported meshlib function using emscripten, but there is a huge difference in calling fillHole in js.
In js, it cost 4000ms, and in MeshInspector, it cost 0.4sec.
I applied the -Os option when emscripten compiled.
Beta Was this translation helpful? Give feedback.
All reactions