Skip to content

qnzhou/BooleanDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

###About###

This repository contains minimalistic demos of various mesh boolean libraries.

It is created for the purpose of comparing robustness and performance of various boolean libraries. It is spun off from the boolean module of PyMesh.

The libraries supported are:

  • CGAL - Nef Polyhedron
  • libigl

###Build###

mkdir build
cd build
cmake ..
make

###Useage###

All demos have the same command line interface:

./[library]_boolean [op] mesh1.off mesh2.off result.off

where [library] is either libigl or cgal, and [op] could be any of union, intersection, difference or xor.

Qingnan (James) Zhou
New York University

About

Minimalistic example of mesh boolean

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published