mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
Update INSTALL.md with more info about plugins
This commit is contained in:
parent
2eb2c3ac6f
commit
b84aab8f1a
1 changed files with 8 additions and 0 deletions
|
@ -36,6 +36,14 @@ Note that they are optional but highly recommended.
|
||||||
#### [QmlAlembic](https://github.com/alicevision/qmlAlembic)
|
#### [QmlAlembic](https://github.com/alicevision/qmlAlembic)
|
||||||
Adds support for Alembic file loading in Meshroom's 3D viewport. Allows to visualize sparse reconstruction results
|
Adds support for Alembic file loading in Meshroom's 3D viewport. Allows to visualize sparse reconstruction results
|
||||||
(point cloud and cameras).
|
(point cloud and cameras).
|
||||||
|
```
|
||||||
|
QML2_IMPORT_PATH=/path/to/qmlAlembic/install/qml
|
||||||
|
```
|
||||||
|
|
||||||
#### [QtOIIO](https://github.com/alicevision/QtOIIO)
|
#### [QtOIIO](https://github.com/alicevision/QtOIIO)
|
||||||
Use OpenImageIO as backend to load images in Qt. Allow to visualize RAW/EXR images in Meshroom.
|
Use OpenImageIO as backend to load images in Qt. Allow to visualize RAW/EXR images in Meshroom.
|
||||||
|
This plugin also provides a QML Qt3D Entity to load depthmaps files stored in EXR format.
|
||||||
|
```
|
||||||
|
QT_PLUGIN_PATH=/path/to/QtOIIO/install
|
||||||
|
QML2_IMPORT_PATH=/path/to/QtOIIO/install/qml
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue