|
Matrix Control is a little tool I made to help me understand how OpenGL works internally.
The tool shows how OpenGL function like glRotate, glTranslate, glRotate etc. change the modelview matrix and how the modelview matrix affects the scene. You also have the possibility to alter every component of the matrix directly.
|