summaryrefslogtreecommitdiffstats
path: root/examples/playground-qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/playground-qml/main.qml')
-rw-r--r--examples/playground-qml/main.qml9
1 files changed, 7 insertions, 2 deletions
diff --git a/examples/playground-qml/main.qml b/examples/playground-qml/main.qml
index b2558ff2f..4074ba7c3 100644
--- a/examples/playground-qml/main.qml
+++ b/examples/playground-qml/main.qml
@@ -512,8 +512,11 @@ Entity {
}
}
- SceneLoader
- {
+ Entity {
+
+ id : sceneEntity
+
+ components : SceneLoader {
id: scene
source: ":/assets/test_scene.dae"
objectName: "dae_scene"
@@ -531,6 +534,8 @@ Entity {
// components : [scaleSceneTransform]
}
+ }
+
Layer { id: ballLayer; name : "balls" }
Entity {