Project Heightmap. The purpose is to work with 3d transformations in OpenGL.
Create a build folder in the project directory. Run cmake and make
cmake ..
make -j8
From build directory, run:
./Heightmap/Heightmap
Press the U,I,O to increase transformations.
Press the J,K,L to decrease transformations.
Key alone will alter rotation rate.
Shift+Key will alter scale.
Control+Key will alter translation.
Pressing G will reset transformations.