Skip to content

Hole filling algorithm for triangular meshes

Notifications You must be signed in to change notification settings

MrAirplaneLu/HoleFiller

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An attempt to implement Hole filling algorithm for triangular meshes introduced in article "Filling Holes in Meshes" by Peter Liepa.

Compile C++ code

cl /EHsc main.cpp Mesh.cpp HoleFiller.cpp /link /out:holefiller.exe

About

Hole filling algorithm for triangular meshes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 59.6%
  • Kotlin 40.4%