mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-05 21:26:50 +02:00
7 lines
119 B
QML
7 lines
119 B
QML
import QtQuick 2.15
|
|
import AliceVision 1.0 as AliceVision
|
|
|
|
// Data from the SfM
|
|
AliceVision.MSfMData {
|
|
id: root
|
|
}
|