-
Notifications
You must be signed in to change notification settings - Fork 4
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
Some implementations of nppas.subdivide_* produce empty meshes when processing gastruloid #57
Comments
|
Hey Johannes @jo-mueller , would you mind taking care of this issue? Also see the related PR-draft. Feel free to use its branch to test things. Thanks! |
Hi @haesleinhuepf , I can have a look. Judging from what @marcomusy suggested here, would it be an option to implement the vedo isosurface method in nppas as an option to marching cubes (as opposed to augmenting marching cubes with multiple failsafes)? Nonetheless, these failsafes should ultimately be available, too. |
Yes, let's do this step by step. If nppas has a |
... not sure why.
To reproduce:
Workaround 1: Use
nppas.subdivide_adaptive()
Workarounnd 2: install open3d and use this:
The text was updated successfully, but these errors were encountered: