Visualization of a 3D egg model described by parametric equations. Written in c++ using OpenGL and GLUT libraries.
cd release cmake -DCMAKE_BUILD_TYPE=Release ..cd debug cmake -DCMAKE_BUILD_TYPE=Debug ..In release or debug directory:
cmake --build .In release or debug directory:
./main -n <number_of_vertices>- where
number_of_verticesis the number of vertices in the width and height of the initial mesh (before applying the parametric transformations).
You can switch between different model display modes by pressing the keys:
- 'p' - vertices mode
- 'w' - mesh mode
- 's' - filled mesh mode with random colors
