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, 7 insertions, 9 deletions
diff --git a/tests/manual/lod/main.qml b/tests/manual/lod/main.qml
index 98cbc7aaa..80547dcff 100644
--- a/tests/manual/lod/main.qml
+++ b/tests/manual/lod/main.qml
@@ -104,16 +104,14 @@ Entity {
Entity {
components: [
- GeometryRenderer {
+ CylinderMesh {
id: mesh
- view: CylinderMesh {
- radius: 1
- length: 3
- rings: 2
- slices: sliceValues[lod.currentIndex]
-
- property var sliceValues: [20, 10, 6, 4]
- }
+ radius: 1
+ length: 3
+ rings: 2
+ slices: sliceValues[lod.currentIndex]
+
+ property var sliceValues: [20, 10, 6, 4]
},
Transform {
scale: 1.5