mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-02 19:02:29 +02:00
Add 3D depth map viewer
This commit is contained in:
parent
ad98d70bfe
commit
2dceec447d
3 changed files with 54 additions and 0 deletions
|
@ -36,6 +36,11 @@ Item {
|
|||
viewer3D.clearAbc()
|
||||
viewer3D.abcSource = filepath
|
||||
}
|
||||
if(Filepath.extension(filepath) === ".exr")
|
||||
{
|
||||
// viewer3D.clearDepthMap()
|
||||
viewer3D.depthMapSource = filepath
|
||||
}
|
||||
else
|
||||
viewer3D.source = filepath
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue