Skip to content

PeterZs/geotools

 
 

Repository files navigation

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.

About

A collection of small utilities written using Geogram.

Resources

License

Stars

4 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 84.8%
  • CMake 8.8%
  • C 5.4%
  • Other 1.0%