qt5base-lts/examples/opengl
Laszlo Agocs 6f7bc2a707 Avoid transparency in qopenglwindow example
On systems that give alpha configs by default writing alpha values of
less than 1.0 is a bad idea since it will lead to the content behind the
window becoming visible, even though this is not the example's intention.

Change-Id: I23cdfc1fb78d77b1cbc192d2aba5d6665a7acfcc
Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
2014-08-14 11:02:45 +02:00
..
2dpainting Modernize the OpenGL examples 2014-08-12 07:47:23 +02:00
contextinfo contextinfo: Make it more responsive and improve error handling 2014-03-14 18:21:02 +01:00
cube Modernize the OpenGL examples 2014-08-12 07:47:23 +02:00
doc Modernize the OpenGL examples 2014-08-12 07:47:23 +02:00
hellogl2 Fix composition for windows with alpha 2014-08-13 16:14:19 +02:00
hellowindow Modernize the OpenGL examples 2014-08-12 07:47:23 +02:00
legacy Modernize the OpenGL examples 2014-08-12 07:47:23 +02:00
paintedwindow Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
qopenglwidget Modernize the OpenGL examples 2014-08-12 07:47:23 +02:00
qopenglwindow Avoid transparency in qopenglwindow example 2014-08-14 11:02:45 +02:00
textures Modernize the OpenGL examples 2014-08-12 07:47:23 +02:00
threadedqopenglwidget Modernize the OpenGL examples 2014-08-12 07:47:23 +02:00
opengl.pro Modernize the OpenGL examples 2014-08-12 07:47:23 +02:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00

Qt provides support for integration with OpenGL implementations on all
platforms, giving developers the opportunity to display hardware accelerated
3D graphics alongside a more conventional user interface.

These examples demonstrate the basic techniques used to take advantage of
OpenGL in Qt applications.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.