diff options
Diffstat (limited to 'doc/html/opengl-overlay-example.html')
-rw-r--r-- | doc/html/opengl-overlay-example.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/opengl-overlay-example.html b/doc/html/opengl-overlay-example.html index ed655bd11..303eb1e3e 100644 --- a/doc/html/opengl-overlay-example.html +++ b/doc/html/opengl-overlay-example.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p> This example demonstrates how to use OpenGL overlays with the TQt OpenGL -Extension. It features a <a href="qglwidget.html">TQGLWidget</a> with a relatively expensive redrawing +Extension. It features a <a href="tqglwidget.html">TQGLWidget</a> 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 |