Example and exercises from https://learnopengl.com/Getting-started/Camera
In this project I learned how to:
- Use matrices to control the
camera. - Move the camera in the
x,yandzaxes. - Zoom the camera in and out.
Compile with make all.
Get a list of all available examples using ./build/main --help.
For example: ./build/main ch1