Introduction - If you have any usage issues, please Google them yourself
Second project in graphics course. Still very simple, but this time is creating 3D objects, and very simple rotation using GL function, which is actually just stack manipulation. 3D objects drawn are not using GL function, but my own code, there s many linear algebra in it too. Source codes written in C.