libigl / libigl-python-bindings

libigl python bindings
https://libigl.github.io/libigl-python-bindings/
GNU General Public License v3.0
315 stars 61 forks source link

Dual Contouring #194

Open csyhping opened 1 year ago

csyhping commented 1 year ago

Hi @alecjacobson @jdumas , thanks for you amazing work. I just found that in C++ igl, dual contouring is supported. May I ask if there is such API in python igl? Thanks!

alecjacobson commented 1 year ago

I'm guessing this might take a little extra to figure out how to pass python function handles correctly here.