summaryrefslogtreecommitdiffstats
path: root/tests/manual/layerfilter-qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/layerfilter-qml/main.qml')
-rw-r--r--tests/manual/layerfilter-qml/main.qml16
1 files changed, 10 insertions, 6 deletions
diff --git a/tests/manual/layerfilter-qml/main.qml b/tests/manual/layerfilter-qml/main.qml
index 00b1cffa0..acc4dae08 100644
--- a/tests/manual/layerfilter-qml/main.qml
+++ b/tests/manual/layerfilter-qml/main.qml
@@ -148,10 +148,12 @@ Entity {
components: [external_forward_renderer, inputSettings]
- PlaneMesh {
+ GeometryRenderer {
id: backgroundMesh
- width: 0.5
- height: 0.5
+ view: PlaneMesh {
+ width: 0.5
+ height: 0.5
+ }
}
Transform {
@@ -175,10 +177,12 @@ Entity {
ambient: "red"
}
- PlaneMesh {
+ GeometryRenderer {
id: mesh
- width: 1
- height: 1
+ view: PlaneMesh {
+ width: 1
+ height: 1
+ }
}
Transform {