summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMats Honkamaa <mats.honkamaa@qt.io>2018-11-28 10:01:23 +0200
committerMats Honkamaa <mats.honkamaa@qt.io>2018-11-29 06:13:23 +0000
commit8ba2703f9cb1b1749ac6e15d00a1fba62df4f5dd (patch)
tree3b468c7299636314cc308cc6a708a6b5c9722c19
parent56fdb004583675be4ae1fc69bdf808f52c3926d5 (diff)
Document known limitations with stereoscopic rendering
Added section about known limitations for stereoscopic rendering to documentation. Task-number: QT3DS-2762 Change-Id: Ie73469ab84afe8a07b3b6bf71eda4c7abd5429c0 Reviewed-by: Kaj Grönholm <kaj.gronholm@qt.io> Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
-rw-r--r--doc/src/stereoscopic-rendering.qdoc17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/src/stereoscopic-rendering.qdoc b/doc/src/stereoscopic-rendering.qdoc
index 167b1f15..31e734d0 100644
--- a/doc/src/stereoscopic-rendering.qdoc
+++ b/doc/src/stereoscopic-rendering.qdoc
@@ -70,4 +70,21 @@ are Red-Cyan and Green-Magenta.
\image stereo-anaglyph.png
+\section1 Known Limitations
+
+In this technical preview of stereoscopic rendering the following limitations are known:
+
+\list
+ \li
+ All layers should match the presentation size. Stereoscopic modes do not duplicate layers to both
+ eyes, instead it duplicates the content inside layers. Layers smaller than the presentation will
+ not render correctly in top-bottom and left-right stereoscopic modes.
+ \li
+ Because of above mentioned layer size issue and performance impact, presentations with
+ sub-presentations do not fully work in stereoscopic modes.
+ \li
+ Currently, layer effects are not supported in stereoscopic modes. Effects will be disabled when
+ using any stereoscopic mode.
+\endlist
+
*/