Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 734 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 734 Bytes

potato-generator - Potatoes made simple

Potatoïd mesh generator. An initial shape is used (for example a sphere), and every vertex is then translated by a number of perturbations. Perturbations have a direction, a frequency, and an amplitude, all of which will impact the displacement on the mesh. High and low frequencies are combined to generate a realistic shape.

Usage

From the project's directory:

git submodule update --init
mkdir build
cd build
cmake ..
make potato
./potato

You may need to install a BLAS library if you do not already have one (e.g. sudo apt install libopenblas-dev).