Skip to content

gdwei/Adaptive-feature-preserving-Remesher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An adaptive feature-preserving isotropic remesher

alt text

This is an implementation of modified classical isotropic remeshing algorithm in libigl.

How to build:

  • Use the files under src
  • Set 3rd party libraries(libigl and the external in it)

How to run:

  • A prebuilt demo is provided in exe, run it by specify the model:

remesher.exe ../data/cow_head.obj

How to use:

  • 'Reset' firstly.
  • Set target length, mostly 0.02 (for cactus), 0.01 (for horse) or 0.005 (for cow_head)
  • Click 'Remesh' to do one iteration
  • Do at least 4 iterations
  • Similary, you can click 'adaptive', now only tried on cow_head (0.008 length)

About

Adaptive feature-preserving remeshing using libigl.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%