7 required property url meshSource
8 property color baseColor: "gray"
9 property real indexOfRefraction: 1.0
10 property real metalness: 0.1
13 source: root.meshSource
14 materials: PrincipledMaterial {
15 baseColor: root.baseColor
16 indexOfRefraction: root.indexOfRefraction
17 metalness: root.metalness