mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-01 02:12:04 +02:00
Merge pull request #1852 from alicevision/mug/improveLoadDepthMap3D
[ui] Load 3D Depth Map: minor improvements
This commit is contained in:
commit
27ce3df5cb
4 changed files with 23 additions and 12 deletions
|
@ -30,9 +30,9 @@ Item {
|
|||
|
||||
|
||||
// Load a 3D media file in the 3D viewer
|
||||
function load3DMedia(filepath) {
|
||||
function load3DMedia(filepath, label = undefined) {
|
||||
if(panel3dViewerLoader.active) {
|
||||
panel3dViewerLoader.item.viewer3D.load(filepath);
|
||||
panel3dViewerLoader.item.viewer3D.load(filepath, label);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue