[ui] Viewer3D: multi 3D media support

* use new media loading backend through MediaLibrary
* Inspector3D: new overlay UI that displays and allows to manipulate MediaLibrary content
This commit is contained in:
Yann Lanthony 2018-11-23 22:20:29 +01:00
parent e35076ef97
commit 97fcdf67bf
6 changed files with 380 additions and 401 deletions

View file

@ -21,7 +21,10 @@ Item {
property int renderMode: 2
// Rasterized point size
property real pointSize: 4
property real pointSize: 1.5
// Whether point size is fixed or view dependent
property bool fixedPointSize: false
// Helpers display
property bool displayGrid: true
property bool displayLocator: true
}