summaryrefslogtreecommitdiffstats
path: root/tests/manual/clip-planes-qml/ClippingPlanes.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/clip-planes-qml/ClippingPlanes.qml')
-rw-r--r--tests/manual/clip-planes-qml/ClippingPlanes.qml10
1 files changed, 4 insertions, 6 deletions
diff --git a/tests/manual/clip-planes-qml/ClippingPlanes.qml b/tests/manual/clip-planes-qml/ClippingPlanes.qml
index 7813dc770..e8f90f5e7 100644
--- a/tests/manual/clip-planes-qml/ClippingPlanes.qml
+++ b/tests/manual/clip-planes-qml/ClippingPlanes.qml
@@ -83,12 +83,10 @@ Entity {
}
}
- property GeometryRenderer mesh: GeometryRenderer {
- view: PlaneMesh {
- width: 20.0
- height: 20.0
- meshResolution: Qt.size(2, 2)
- }
+ property GeometryRenderer mesh: PlaneMesh {
+ width: 20.0
+ height: 20.0
+ meshResolution: Qt.size(2, 2)
}
components: [cappingMaterial, mesh, root.capsLayer]