COSC1186/1187 Interactive 3D Graphics and Animation
Course Links
External Links
PuTTY/Xming - working from home
Some OpenGL tutorial sites
Just for a look if you have time
Examples
Forward declaration: how to cross reference structs/classes. forward-dec.tar.gz shows
structs a and b referencing each other but not including a.h from b.h and b.h from a.h. This method also decreases compile
time.
Tutoring