mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-04 04:36:58 +02:00
9 lines
198 B
QML
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
|
|
}
|