Skip to content

zhenchen-jay/mesh_flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mesh flow Project

The mesh flow project for mesh simplification.

To download and build

git clone --recurse-submodules https://github.com/csyzzkdcz/mesh_flow.git
cd mesh_flow
mkdir build
cd build
cmake ..
make -j4

To run

Suppose you are under build folder, then

./bin/mesh-flow_bin ../testdata/0_vd.obj ../testdata/0_mc.obj

and click the Iso-flow button.

issue

these codes doesn't work on Apple with M1 chips (the sign_distance was broken on M1 according to libigl/libigl#1686 (comment)), I wrappered a subversion of signed distance of libigl which doesn't use any winding number function

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors