mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 18:27:23 +02:00
8 lines
115 B
QML
8 lines
115 B
QML
import QtQuick
|
|
|
|
import AliceVision 1.0 as AliceVision
|
|
|
|
// Data from the SfM
|
|
AliceVision.MSfMData {
|
|
id: root
|
|
}
|