yifita / idf

implicit displacement field
GNU General Public License v3.0
120 stars 9 forks source link

Directly rendering the IDF #2

Closed coledea closed 2 years ago

coledea commented 3 years ago

Thanks for your work! Maybe I overlooked it, but I didn't find any code for rendering the IDF (e.g. by means of sphere tracing). Are you planning to provide such code for rendering the IDF directly, because the images in your paper (where you compare to other work) seem to display such direct renderings.

yifita commented 3 years ago

Hi @coledea , the images from the paper are actually rendered using pyrender after marching cube. We don't plan to add such code in the short term.