mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
11 lines
128 B
QML
11 lines
128 B
QML
import Qt3D.Core 2.6
|
|
import Qt3D.Render 2.6
|
|
|
|
Material {
|
|
id: root
|
|
|
|
effect: WireframeEffect {}
|
|
|
|
parameters: [
|
|
]
|
|
}
|