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, 4 insertions, 6 deletions
diff --git a/tests/manual/lod/ConeEntity.qml b/tests/manual/lod/ConeEntity.qml
index d80834bcf..bfe6703b6 100644
--- a/tests/manual/lod/ConeEntity.qml
+++ b/tests/manual/lod/ConeEntity.qml
@@ -56,12 +56,10 @@ import Qt3D.Extras 2.0
Entity {
components: [ mesh, phongMaterial, transform ]
- GeometryRenderer {
- view: ConeMesh {
- id: mesh
- bottomRadius: 1.5
- length: 3
- }
+ ConeMesh {
+ id: mesh
+ bottomRadius: 1.5
+ length: 3
}
PhongMaterial {