pmneila / PyMCubes

Marching cubes (and related tools) for Python
BSD 3-Clause "New" or "Revised" License
692 stars 87 forks source link

How to increase the precision? #14

Open tingyizhou opened 6 years ago

tingyizhou commented 6 years ago

I noticed that all the result coordinate of vertices are integral, which caused a low precision in my result. Is there any way to increase precision? Can this module give float results?