jdumas / geotools

A collection of small utilities written using Geogram.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Normalize Mesh

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

Poisson Disk Sampling

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

VoxMesh

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

About

A collection of small utilities written using Geogram.

License:GNU General Public License v3.0


Languages

Language:C++ 84.8%Language:CMake 8.8%Language:C 5.4%Language:Python 0.8%Language:Shell 0.2%