summaryrefslogtreecommitdiffstats
path: root/src/threed/viewing/qglview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/threed/viewing/qglview.cpp')
-rw-r--r--src/threed/viewing/qglview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/threed/viewing/qglview.cpp b/src/threed/viewing/qglview.cpp
index 044aca960..3eb78d8dd 100644
--- a/src/threed/viewing/qglview.cpp
+++ b/src/threed/viewing/qglview.cpp
@@ -83,6 +83,8 @@ QT_BEGIN_NAMESPACE
\section1 Stereo viewing support
+ Note - Stereo viewing is experimental and unsupported.
+
If the hardware supports stereo buffers, then each time the scene needs
to be painted, QGLView renders it twice: first from the perspective of
the left eye, and then from the perspective of the right eye.
@@ -162,8 +164,6 @@ QT_BEGIN_NAMESPACE
If the application sets the stereo type with setStereoType(),
that will be used. Next is the command-line setting, and finally
the contents of the environment variable.
-
- \sa {Stereo Viewing Example}
*/
/*!