Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 595000b5133f4458e88b0ef6355a26be > files > 780

qt3-devel-docs-3.3.8b-37.fc14.x86_64.rpm

/*!   \page opengl-overlay-example.html

  \ingroup opengl-examples
  \title OpenGL Overlay Example

This example demonstrates how to use OpenGL overlays with the Qt OpenGL
Extension. It features a QGLWidget 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.

See \c{$QTDIR/examples/opengl/overlay} for the source code.

*/