summaryrefslogtreecommitdiffstats
path: root/tests/manual/lod/ConeEntity.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/lod/ConeEntity.qml')
-rw-r--r--tests/manual/lod/ConeEntity.qml10
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/manual/lod/ConeEntity.qml b/tests/manual/lod/ConeEntity.qml
index bfe6703b6..d80834bcf 100644
--- a/tests/manual/lod/ConeEntity.qml
+++ b/tests/manual/lod/ConeEntity.qml
@@ -56,10 +56,12 @@ import Qt3D.Extras 2.0
Entity {
components: [ mesh, phongMaterial, transform ]
- ConeMesh {
- id: mesh
- bottomRadius: 1.5
- length: 3
+ GeometryRenderer {
+ view: ConeMesh {
+ id: mesh
+ bottomRadius: 1.5
+ length: 3
+ }
}
PhongMaterial {