summaryrefslogtreecommitdiffstats
path: root/tests/manual/lod/CylinderEntity.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/lod/CylinderEntity.qml')
-rw-r--r--tests/manual/lod/CylinderEntity.qml8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/manual/lod/CylinderEntity.qml b/tests/manual/lod/CylinderEntity.qml
index 3066f7b75..f89bd3eeb 100644
--- a/tests/manual/lod/CylinderEntity.qml
+++ b/tests/manual/lod/CylinderEntity.qml
@@ -56,12 +56,10 @@ import Qt3D.Extras 2.0
Entity {
components: [ mesh, phongMaterial, transform ]
- GeometryRenderer {
+ CylinderMesh {
id: mesh
- view: CylinderMesh {
- radius: 1
- length: 3
- }
+ radius: 1
+ length: 3
}
PhongMaterial {