-
Complete marching cubes unit tests:
- [ ] MarchingCubes/BaseMC
- [ ] MarchingCubes/EdgeMC
- [ ] MarchingCubes/TriMC
- [ ] MarchingCubes/TetMC
- [ ] MarchingCubes/QuadMC
- [ ] MarchingCubes/HexMC
Save…
-
First up - **big kudos**. Really great work, by far the best I've seen.
I just wanted to point out that the generation of the mesh from the field is being done incorrectly; there's probably an 'off…
-
For each cube you do an evaluation on the 8 vertices of the cube.
Cubes are adjacent so many vertices will get evaluated up to 8 times - to produce the same result each time.
I borrowed your code fo…
-
Is it possible to increase the Marching Cubes Resolution above 320 by changing the variable "maximum = 320" in the file "gradio_app.py"? Or would it cause an error?
-
I find that adding this criterion to hasTriangleFlip significantly reduces the number of flipped or self-intersecting triangles in flat or smooth regions. The idea is taken from another mesh simplific…
-
On windows 10, python 3.8, running:
```
mesh = trimesh.load(filename)
voxels = mesh.voxelized(size)
voxels = voxels.marching_cubes
```
returns the error:
```
from skimage impor…
cadop updated
3 years ago
-
"Marching Cubes" is a really cool visualization of Polygonising a scalar field.
Here is the documentation I followed to understand the problem:
http://paulbourke.net/geometry/polygonise/
And my…
-
## Marching cubes
Simple, but flawed by ambiguous cases and cannot reproduce sharp features. Also, no specification of how to handle LOD across regions of different detail. Naive implementations of…
-
we test apt2.sens dataset, the process finished, but result is not completed.Testing with different strong computer devices ,we still find it. Even if we use same setting ,it happens in different dat…
-
When I use RIMLS and export my mesh, my mesh ends up having these `-nan`s in the .obj export
Here is a portion from the exported .obj
```
v 1.255850 0.153129 -0.583458
v 1.247405 0.157693 -…