We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Andy, is it possible that marching_cubes_lewiner is deprecated?
marching_cubes_lewiner
In order for fusion.py to run, I had to modify the following in two places:
verts = measure.marching_cubes_lewiner(tsdf_vol, level=0)[0]
to:
verts = measure.marching_cubes(tsdf_vol, level=0, method='lewiner')[0]
Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Andy, is it possible that
marching_cubes_lewiner
is deprecated?In order for fusion.py to run, I had to modify the following in two places:
to:
Thank you!
The text was updated successfully, but these errors were encountered: