Meshroom/meshroom/ui/qml/Viewer3D/DepthMapLoader.qml
Yann Lanthony 7415c1d391 [ui] split 2D and 3D viewers into separate modules
+ remove historical MayaCameraController
2018-11-23 14:26:57 +01:00

9 lines
198 B
QML

import DepthMapEntity 1.0
/**
* Support for Depth Map files (EXR) in Qt3d.
* Create this component dynamically to test for DepthMapEntity plugin availability.
*/
DepthMapEntity {
id: root
}