Skip to content

MarkGillespie/GC-CombinatorialMaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geometry Central Combinatorial Maps

Screenshot of a slice of a tet meshed bunny, plotting a scalar function via polyscope

Loads a tet mesh using an experimental geometry-central implementation of the combinatorial map data structure. See the CGAL docs for more details on the data structure. The code is still experimental and hasn't been merged into geometry-central yet, but the implementation can be found here.

To build the code, you can run

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
make -j7

(after the first time, running make -j7 will suffice).

Then run the code with

bin/run ../data/bunny_small.1.ele

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors