summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2015-01-14 17:32:50 +0100
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2015-01-16 13:19:42 +0100
commitb5ab55fc56c828a18b04074051f145aec0b2cd54 (patch)
tree1a456609b02c2ee7edb40097a2edc1d3dcfdad3d /examples
parent6fff7ad899c1815d7ba23fb1a791c8e60e93d2fa (diff)
Shadow map example: temporary fix for asset loading
Change-Id: I37218ad0bf5225873ebc2d0304ebc0c22eba94a5 Reviewed-by: Paul Lemire <paul.lemire@kdab.com> Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/shadow-map-qml/Toyplane.qml2
-rw-r--r--examples/shadow-map-qml/Trefoil.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/shadow-map-qml/Toyplane.qml b/examples/shadow-map-qml/Toyplane.qml
index a35826adf..971b35e97 100644
--- a/examples/shadow-map-qml/Toyplane.qml
+++ b/examples/shadow-map-qml/Toyplane.qml
@@ -49,7 +49,7 @@ Entity {
Mesh {
id: toyplaneMesh
- source: ":/assets/obj/toyplane.obj"
+ source: "assets/obj/toyplane.obj"
}
Transform {
diff --git a/examples/shadow-map-qml/Trefoil.qml b/examples/shadow-map-qml/Trefoil.qml
index e4c0cbf1d..77cf16b94 100644
--- a/examples/shadow-map-qml/Trefoil.qml
+++ b/examples/shadow-map-qml/Trefoil.qml
@@ -49,7 +49,7 @@ Entity {
Mesh {
id: trefoilMesh
- source: ":/assets/obj/trefoil.obj"
+ source: "assets/obj/trefoil.obj"
}
Transform {