Meshroom/meshroom/ui/qml/Viewer/DepthMapLoader.qml
2018-02-13 14:52:55 +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
}