summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/raycastingjob/testscene_worldraycastingalllayers.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/render/raycastingjob/testscene_worldraycastingalllayers.qml')
-rw-r--r--tests/auto/render/raycastingjob/testscene_worldraycastingalllayers.qml12
1 files changed, 7 insertions, 5 deletions
diff --git a/tests/auto/render/raycastingjob/testscene_worldraycastingalllayers.qml b/tests/auto/render/raycastingjob/testscene_worldraycastingalllayers.qml
index efcc31e8f..a8db4e5c0 100644
--- a/tests/auto/render/raycastingjob/testscene_worldraycastingalllayers.qml
+++ b/tests/auto/render/raycastingjob/testscene_worldraycastingalllayers.qml
@@ -107,12 +107,14 @@ Entity {
}
]
- CylinderMesh {
+ GeometryRenderer {
id: mesh
- radius: 1
- length: 3
- rings: 10
- slices: 10
+ view: CylinderMesh {
+ radius: 1
+ length: 3
+ rings: 10
+ slices: 10
+ }
}
PhongMaterial { id: material }