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, 5 insertions, 7 deletions
diff --git a/tests/auto/render/raycastingjob/testscene_worldraycastingalllayers.qml b/tests/auto/render/raycastingjob/testscene_worldraycastingalllayers.qml
index a8db4e5c0..efcc31e8f 100644
--- a/tests/auto/render/raycastingjob/testscene_worldraycastingalllayers.qml
+++ b/tests/auto/render/raycastingjob/testscene_worldraycastingalllayers.qml
@@ -107,14 +107,12 @@ Entity {
}
]
- GeometryRenderer {
+ CylinderMesh {
id: mesh
- view: CylinderMesh {
- radius: 1
- length: 3
- rings: 10
- slices: 10
- }
+ radius: 1
+ length: 3
+ rings: 10
+ slices: 10
}
PhongMaterial { id: material }