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 ...
> One example of "immediate mode" is using `glBegin` and `glEnd` with `glVertex` in between them. Another example of "immediate mode" is to use `glDrawArrays` with a ...