Skip to content

CorentinDumery/potato-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published