summaryrefslogtreecommitdiffstats
path: root/tests/manual/clip-planes-qml/ClipPlaneEntity.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/clip-planes-qml/ClipPlaneEntity.qml')
-rw-r--r--tests/manual/clip-planes-qml/ClipPlaneEntity.qml10
1 files changed, 4 insertions, 6 deletions
diff --git a/tests/manual/clip-planes-qml/ClipPlaneEntity.qml b/tests/manual/clip-planes-qml/ClipPlaneEntity.qml
index 90dada071..4bd2028b6 100644
--- a/tests/manual/clip-planes-qml/ClipPlaneEntity.qml
+++ b/tests/manual/clip-planes-qml/ClipPlaneEntity.qml
@@ -67,13 +67,11 @@ Entity {
normal.y * center.y +
normal.z * center.z))
- GeometryRenderer {
+ PlaneMesh {
id: mesh
- view: PlaneMesh {
- width: 20.0
- height: 20.0
- meshResolution: Qt.size(2, 2)
- }
+ width: 20.0
+ height: 20.0
+ meshResolution: Qt.size(2, 2)
}
Transform {