summaryrefslogtreecommitdiffstats
path: root/tests/manual/lod/SphereEntity.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/lod/SphereEntity.qml')
-rw-r--r--tests/manual/lod/SphereEntity.qml6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/manual/lod/SphereEntity.qml b/tests/manual/lod/SphereEntity.qml
index 3671921b8..7e3df2cc3 100644
--- a/tests/manual/lod/SphereEntity.qml
+++ b/tests/manual/lod/SphereEntity.qml
@@ -56,9 +56,11 @@ import Qt3D.Extras 2.0
Entity {
components: [ mesh, material, transform ]
- SphereMesh {
+ GeometryRenderer {
id: mesh
- radius: 1
+ SphereMesh {
+ radius: 1
+ }
}
PhongMaterial {