Welcome to the Linear Transformations Project! This project uses Python, OpenGL, and PyOpenGL to plot linear transformations of a triangle. You can plot multiple viewing transformations in the same ...
Refrences, tutorials, links, articles & videos used to make all the programs in this repo. Each reference is assigned a unique code and will be commented in the program. So that everyone can search ...
Graphics programming can be tedious. Linking against large 3-D libraties increases compilation time. Because a lot of fine tuning is often necessary for everything to look perfect, stretches of minor ...