summaryrefslogtreecommitdiffstats
path: root/tests/manual/dynamic-model-loader-qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/dynamic-model-loader-qml/main.qml')
-rw-r--r--tests/manual/dynamic-model-loader-qml/main.qml15
1 files changed, 6 insertions, 9 deletions
diff --git a/tests/manual/dynamic-model-loader-qml/main.qml b/tests/manual/dynamic-model-loader-qml/main.qml
index a403d2829..dc6b929cf 100644
--- a/tests/manual/dynamic-model-loader-qml/main.qml
+++ b/tests/manual/dynamic-model-loader-qml/main.qml
@@ -128,9 +128,8 @@ Entity {
QQ2.Component {
id: cylEntityCmp
Entity {
- GeometryRenderer {
+ CylinderMesh {
id: cylMesh
- view: CylinderMesh { }
}
PhongMaterial {
id: phong
@@ -143,14 +142,12 @@ Entity {
QQ2.Component {
id: torusEntityCmp
Entity {
- GeometryRenderer {
+ TorusMesh {
id: torusMesh
- view: TorusMesh {
- radius: 5
- minorRadius: 1
- rings: 100
- slices: 20
- }
+ radius: 5
+ minorRadius: 1
+ rings: 100
+ slices: 20
}
Transform {