Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 945 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 945 Bytes

Geogram Tools

Build Status Build status

A collection of small utilities made using the geogram library (mostly).

Compilation

Compile with CMake:

mkdir build
cd build
cmake ..
make -j4

Rescale a mesh to fit in a unit box, and set its min corner to 0.

Simple Poisson disk sampling in a 3D grid based on Bridson's 2007 paper.

A simple voxelization program, which takes a surface mesh as input.