summaryrefslogtreecommitdiffstats
path: root/tests/manual/proximityfilter/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/proximityfilter/main.qml')
-rw-r--r--tests/manual/proximityfilter/main.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/manual/proximityfilter/main.qml b/tests/manual/proximityfilter/main.qml
index 05c2e4415..ec66f8e5d 100644
--- a/tests/manual/proximityfilter/main.qml
+++ b/tests/manual/proximityfilter/main.qml
@@ -99,8 +99,9 @@ Entity {
InputSettings { }
]
- SphereMesh {
+ GeometryRenderer {
id: sphereMesh
+ view: SphereMesh { }
}
PhongMaterial {
@@ -126,7 +127,7 @@ Entity {
effect: phongMaterial.effect
parameters: Parameter { name: "kd"; value: meshColor }
}
- readonly property SphereMesh mesh: sphereMesh
+ readonly property GeometryRenderer mesh: sphereMesh
components: [ transform, mesh, material ]
}
}