[reconstruction] add prepareDenseScene property

keep reference to active prepareDenseScene to be able to compose paths to undistorted images
This commit is contained in:
Yann Lanthony 2019-09-10 18:34:39 +02:00
parent c7a55e56b7
commit d46ed62b05
No known key found for this signature in database
GPG key ID: 519FAE6DF7A70642
2 changed files with 21 additions and 0 deletions

View file

@ -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)