summaryrefslogtreecommitdiffstats
path: root/tests/manual/scene3d-loader/AnimatedEntity.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/scene3d-loader/AnimatedEntity.qml')
-rw-r--r--tests/manual/scene3d-loader/AnimatedEntity.qml18
1 files changed, 7 insertions, 11 deletions
diff --git a/tests/manual/scene3d-loader/AnimatedEntity.qml b/tests/manual/scene3d-loader/AnimatedEntity.qml
index 5c406dbf6..0f6b7da1a 100644
--- a/tests/manual/scene3d-loader/AnimatedEntity.qml
+++ b/tests/manual/scene3d-loader/AnimatedEntity.qml
@@ -84,14 +84,12 @@ Entity {
id: material
}
- GeometryRenderer {
+ TorusMesh {
id: torusMesh
- view: TorusMesh {
- radius: 5
- minorRadius: 1
- rings: 100
- slices: 20
- }
+ radius: 5
+ minorRadius: 1
+ rings: 100
+ slices: 20
}
Transform {
@@ -105,11 +103,9 @@ Entity {
components: [ torusMesh, material, torusTransform ]
}
- GeometryRenderer {
+ SphereMesh {
id: sphereMesh
- view: SphereMesh {
- radius: 3
- }
+ radius: 3
}
Transform {