FlexiCubes
FlexiCubes copied to clipboard
Adaptive mesh optimization with octree structure
Hi, thanks for the amazing work!
I am interested in the adaptive meshing as demostrated in Figure 14 in your paper.
How is the octree data structure progressively formulated in your case, could you please provide some example code regarding this adaptive optimization process?
Regards
The original code in flexicubes.py uses a function called '_get_case_id' which works on regular grids, so it is a bit blurry how to use the current code given to construct octree (while following paper and supplementary).
@frankshen07 I would apprieciate it a lot if there is any comment or update on this issue.