Questions tagged [implicit-surface]
4 questions
8
votes
1 answer
Adaptive implicit surface polygonization
I've been using one of the older implicit surface algorithms, due to Bloomenthal, as found here, basically the tetrahedral-based algorithm. This works fairly well, but has a shortcoming. Since it uses a fixed grid, it either wastes polygons or…

ergosys
- 47,835
- 5
- 49
- 70
8
votes
1 answer
CSG operations on implicit surfaces with marching cubes
I render isosurfaces with marching cubes, (or perhaps marching squares as this is 2D) and I want to do set operations like set difference, intersection and union. I thought this was easy to implement, by simply choosing between two vertex scalars…
Mads Elvheim
1
vote
1 answer
How can I generate mesh for a portion of level-set surface using CGAL?
This is a question about the 3D Surface Mesh Generation tool in CGAL.
According to the documentation, I need to provide the surface to be meshed in implicit-form as a zero level-set surface. This seems to place a restriction on the input surface to…

johngreen
- 2,676
- 5
- 32
- 47
0
votes
0 answers
Adaptive 3D grid for Surface Reconstruction
I have implemented the algorithm described in http://physbam.stanford.edu/~fedkiw/papers/stanford2001-03.pdf to perform Surface Reconstruction from 3D unorganized data sets (Point Clouds). The main characteristic of this method is to represent a…

Federico Nardi
- 510
- 7
- 19