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