You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqt3/examples/opengl/box
Timothy Pearson 41bb408dde
Automated conversion from qt3
13 years ago
..
README
box.doc
box.pro
glbox.cpp
glbox.h
globjwin.cpp Automated update from qt3 13 years ago
globjwin.h
main.cpp Automated conversion from qt3 13 years ago

README

The box example

This example program shows how to use OpenGL in Qt: Put your OpenGL
code in a class inherited from QGLWidget. The resulting subclass may
be used like any other Qt widget, with signals and slots, geometry
management, etc..