summaryrefslogtreecommitdiffstats
path: root/tests/manual/dynamic-model-loader-qml/SphereEntity.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/dynamic-model-loader-qml/SphereEntity.qml')
-rw-r--r--tests/manual/dynamic-model-loader-qml/SphereEntity.qml6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/manual/dynamic-model-loader-qml/SphereEntity.qml b/tests/manual/dynamic-model-loader-qml/SphereEntity.qml
index 14100f31f..8e11de99e 100644
--- a/tests/manual/dynamic-model-loader-qml/SphereEntity.qml
+++ b/tests/manual/dynamic-model-loader-qml/SphereEntity.qml
@@ -56,11 +56,9 @@ import Qt3D.Extras 2.0
Entity {
components: [ mesh, material, transform ]
- GeometryRenderer {
+ SphereMesh {
id: mesh
- view: SphereMesh {
- radius: 3
- }
+ radius: 3
}
Transform {