summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/pickboundingvolumejob/testscene_parententity.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/render/pickboundingvolumejob/testscene_parententity.qml')
-rw-r--r--tests/auto/render/pickboundingvolumejob/testscene_parententity.qml10
1 files changed, 4 insertions, 6 deletions
diff --git a/tests/auto/render/pickboundingvolumejob/testscene_parententity.qml b/tests/auto/render/pickboundingvolumejob/testscene_parententity.qml
index ce171de9e..759544bb9 100644
--- a/tests/auto/render/pickboundingvolumejob/testscene_parententity.qml
+++ b/tests/auto/render/pickboundingvolumejob/testscene_parententity.qml
@@ -96,7 +96,7 @@ Entity {
}
]
- GeometryRenderer { id: cubeMesh; view: CuboidMesh { } }
+ CuboidMesh { id: cubeMesh }
PhongMaterial { id: material }
// Parent Entity
@@ -104,11 +104,9 @@ Entity {
Entity {
components: [
- GeometryRenderer {
- view: PlaneMesh {
- width: 100
- height: 100
- }
+ PlaneMesh {
+ width: 100
+ height: 100
},
PhongMaterial {
}