Skip to content

Convert a triangle mesh into a quad mesh.

Notifications You must be signed in to change notification settings

ultimaille/Tri-2-Quad-Mesh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build, test

Triangle to Quadrilateral Mesh Conversion

Display

Compile

cmake -B build -DCMAKE_BUILD_TYPE=Release
cd build
make -j
cd ..

or for linux & mac:

./compile.sh

Execute

./build/entrypoint_exec
or 
./build/entrypoint_exec path=mesh_path n_region=number_region p_area=percent_area_region
# each parameter can be added when needed you can have only path or path and n_area

All parameters: gif, path, n_region, p_area The path is really important to choose which mesh has to be processed. The gif is for debugging and display purposes. It's not recommended to use n_region and p_area as the results given can be pretty bad, either low poly or too much.

About

Convert a triangle mesh into a quad mesh.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.3%
  • CMake 3.5%
  • Lua 2.0%
  • Shell 0.2%