Skip to content

fatimp/mesh-repair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mesh-repair

What?

This is a tiny program which removes degenerate faces from a polygonal mesh and performs border stitching (removing of duplicate vertices and edges). mesh-repair uses CGAL and can read/write Wavefront OBJ meshes and whatever else CGAL can read/write.

How to build?

Install cmake and CGAL and run from this directory:

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=RELEASE ..
make
make install (optional)

How to use?

mesh-repair <input-file> <output-file>

About

A tiny program for mesh repairing

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors