mirror of https://github.com/qt/qtdatavis3d.git
Updated README and changes file
Change-Id: I7c8ba93e2106133af52b690a48581092094a6a04 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
This commit is contained in:
parent
e584f8753a
commit
470330e69b
4
README
4
README
|
@ -1,5 +1,5 @@
|
|||
---------------------------
|
||||
Qt Data Visualization 5.7.0
|
||||
Qt Data Visualization 5.9.0
|
||||
---------------------------
|
||||
|
||||
Qt Data Visualization module provides multiple graph types to visualize data in 3D space
|
||||
|
@ -80,8 +80,6 @@ Known Issues
|
|||
- Anti-aliasing doesn't work with OpenGL ES2 (including Angle builds in Windows).
|
||||
- QCustom3DVolume items are not supported 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.
|
||||
- Changing most of Q3DScene properties affecting subviewports currently has no effect.
|
||||
- Widget based examples layout incorrectly in iOS.
|
||||
- Reparenting a graph to an item in another QQuickWindow is not supported.
|
||||
- Android builds of QML applications importing QtDataVisualization also require
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
Qt Data Visualization 5.9.0
|
||||
|
||||
Fixed issues
|
||||
------------
|
||||
|
||||
- [QTRD-1803] Enable customer controlled light position
|
||||
- [QTRD-1807] Customer can't set the primary and secondary viewports
|
||||
- [QTRD-2116] Crash if OpenGL version is not high enough
|
Loading…
Reference in New Issue