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, 5 insertions, 3 deletions
diff --git a/tests/manual/lod/CylinderEntity.qml b/tests/manual/lod/CylinderEntity.qml
index f89bd3eeb..3066f7b75 100644
--- a/tests/manual/lod/CylinderEntity.qml
+++ b/tests/manual/lod/CylinderEntity.qml
@@ -56,10 +56,12 @@ import Qt3D.Extras 2.0
Entity {
components: [ mesh, phongMaterial, transform ]
- CylinderMesh {
+ GeometryRenderer {
id: mesh
- radius: 1
- length: 3
+ view: CylinderMesh {
+ radius: 1
+ length: 3
+ }
}
PhongMaterial {