mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[reconstruction] add prepareDenseScene property
keep reference to active prepareDenseScene to be able to compose paths to undistorted images
This commit is contained in:
parent
c7a55e56b7
commit
d46ed62b05
2 changed files with 21 additions and 0 deletions
|
@ -603,6 +603,10 @@ ApplicationWindow {
|
|||
{
|
||||
_reconstruction.cameraInit = node;
|
||||
}
|
||||
else if(node.nodeType === "PrepareDenseScene")
|
||||
{
|
||||
_reconstruction.prepareDenseScene = node;
|
||||
}
|
||||
for(var i=0; i < node.attributes.count; ++i)
|
||||
{
|
||||
var attr = node.attributes.at(i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue