summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2014-03-05 10:43:21 +0200
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2014-03-05 10:46:44 +0200
commit3d513480927fc1e2a72e71ce4ac48d7ac5e10fe4 (patch)
treeda2885f639ce29f9c4d486d8d58dc76debb0d72c /README
parent2068d98d3f098d152fbec381fb95f8453bc949f1 (diff)
Minor README tweaks
No need to talk about contexts in known issues, it shouldn't affect the user in any way. Also broadened the disclaimer about scene subviews not working. Change-Id: Ia887950f715116ee5384c477049fe42e13a9b9ba Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 1 insertions, 2 deletions
diff --git a/README b/README
index d6b4d1de..0d9d9971 100644
--- a/README
+++ b/README
@@ -76,9 +76,8 @@ Known Issues
- Anti-aliasing doesn't work with OpenGL ES2 (including Angle builds in Windows).
- Surfaces with non-straight rows and columns do not always render properly.
- Q3DLight class (and Light3D QML item) are currently not usable for anything.
-- Q3DScene::secondarySubviewOnTop property has currently no effect.
+- Changing any of Q3DScene properties affecting subviewports currently has no effect.
- The color style Q3DTheme::ColorStyleObjectGradient doesn't work for surface graphs.
- Scatter "point" meshes do not support gradients, they always use the base color.
- Widget based examples layout incorrectly in iOS.
-- QML implementation doesn't use a shared context on OSX or Android.
- Reparenting a graph to an item in another QQuickWindow is not supported.