mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 08:48:40 +02:00
[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:
parent
e35076ef97
commit
97fcdf67bf
6 changed files with 380 additions and 401 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue