summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/raycastingjob/testscene_worldraycasting.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/render/raycastingjob/testscene_worldraycasting.qml')
-rw-r--r--tests/auto/render/raycastingjob/testscene_worldraycasting.qml12
1 files changed, 7 insertions, 5 deletions
diff --git a/tests/auto/render/raycastingjob/testscene_worldraycasting.qml b/tests/auto/render/raycastingjob/testscene_worldraycasting.qml
index cdb6b9234..aea697fba 100644
--- a/tests/auto/render/raycastingjob/testscene_worldraycasting.qml
+++ b/tests/auto/render/raycastingjob/testscene_worldraycasting.qml
@@ -105,12 +105,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 }