blob: d3fbaf2e2d59b5fd9be27c09591c3f5399e84e22 (
plain) (
blame)
1
2
3
4
5
6
|
A simple OpenGL and Tk interface used for the OpenGL tutorial in
http://www.eecs.tulane.edu/www/Terry/OpenGL/Introduction.html
Other than changing "-lMesatk" to "-lgltk" and "#include <gltk.h>" to
"#include <GL/gltk.h>", everything should work as described on that page.
|