A simple OGL 4.0 GLSL shader program that shows the use of a model, view, and projection matrix
The program is executed with a phyton script. To run the script, PyOpenGL and NumPy must be installed.
Projection matrix:
The projection matrix describes the mapping of a pinhole camera from 3D poi...