You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqt/examples/opengl/overlay
Michele Calgaro c03a480087
Replace TRUE/FALSE with boolean values true/false - part 2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 months ago
..
README Rename graphics class nt* related files to equivalent tq* (part 2) 1 year ago
globjwin.cpp Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq* 11 months ago
globjwin.h Rename ntqwidget* related files to equivalent tqwidget* 1 year ago
glteapots.cpp Replace TRUE/FALSE with boolean values true/false - part 2 3 months ago
glteapots.h Rename graphics class nt* related files to equivalent tq* (part 2) 1 year ago
main.cpp Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq* 11 months ago
overlay.doc Rename graphics class nt* related files to equivalent tq* (part 2) 1 year ago
overlay.pro Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 14 years ago

README

The overlay example

This example program shows how to use OpenGL overlays with the TQt OpenGL
Extension. It contains a TQGLWidget with a relatively expensive
redrawing operation, and rubber-band drawing in the overlay plane.
Using the overlay has the advantage that the rubber-band may be drawn
and erased without damaging the image in the main plane, so costly
redraws are avoided.