-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get the wasm file of MeshLib, I want to use it in the browser #3623
Comments
Hello! Now we don't distribute wasm binaries, only way is to build meshlib locally by this guide: |
Hello! Can MeshLib handle non-manifold models? |
MeshLib internal mesh representation forbid non-manifold topologies, so any mesh converted into MeshLib format will be manifold (some vertices might be duplicated and some faces might be skipped to achieve this). MeshLib/source/MRMesh/MRMesh.h Lines 37 to 43 in 4bc1b3b
|
Hello!
|
How to get the wasm file of MeshLib, I want to use it in the browser
The text was updated successfully, but these errors were encountered: