Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alicevision/meshroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien Castan <fabcastan@gmail.com>2019-08-08 16:17:15 +0300
committerFabien Castan <fabcastan@gmail.com>2019-08-12 20:10:27 +0300
commit8d275609e84951ee4151f5d9953487e84f5c9731 (patch)
treeb34e48cdba82f211f2b4ab55b6d8862f84057987 /INSTALL.md
parent87c74ed56f3655acaefc7c5e660b7697b0e8fea3 (diff)
[doc] INSTALL: add QtAliceVision
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 4f4a357c..24756a48 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -60,3 +60,11 @@ This plugin also provides a QML Qt3D Entity to load depthmaps files stored in EX
QT_PLUGIN_PATH=/path/to/QtOIIO/install
QML2_IMPORT_PATH=/path/to/QtOIIO/install/qml
```
+
+#### [QtAliceVision](https://github.com/alicevision/QtAliceVision)
+Use AliceVision to load and visualize intermediate reconstruction files.
+```
+QML2_IMPORT_PATH=/path/to/qtAliceVision/install/qml
+```
+
+