summaryrefslogtreecommitdiffstats
path: root/tests/manual/lod/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/lod/main.qml')
-rw-r--r--tests/manual/lod/main.qml16
1 files changed, 9 insertions, 7 deletions
diff --git a/tests/manual/lod/main.qml b/tests/manual/lod/main.qml
index 80547dcff..98cbc7aaa 100644
--- a/tests/manual/lod/main.qml
+++ b/tests/manual/lod/main.qml
@@ -104,14 +104,16 @@ Entity {
Entity {
components: [
- CylinderMesh {
+ GeometryRenderer {
id: mesh
- radius: 1
- length: 3
- rings: 2
- slices: sliceValues[lod.currentIndex]
-
- property var sliceValues: [20, 10, 6, 4]
+ view: CylinderMesh {
+ radius: 1
+ length: 3
+ rings: 2
+ slices: sliceValues[lod.currentIndex]
+
+ property var sliceValues: [20, 10, 6, 4]
+ }
},
Transform {
scale: 1.5