summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/shadow-map-qml/Toyplane.qml
diff options
context:
space:
mode:
authorJean-Michaƫl Celerier <jean-michael.celerier@kdab.com>2020-06-24 18:03:02 +0200
committerPaul Lemire <paul.lemire@kdab.com>2020-07-29 08:03:50 +0200
commitdb611272f595dbb9f381b86d23353dece35df021 (patch)
tree46275d025408da1b815a1dd80892df3160b3b8f5 /examples/qt3d/shadow-map-qml/Toyplane.qml
parent308fd2598eab048de45df274c408fb2d43fb3bcf (diff)
rhi: fix shadow map example
Change-Id: I7c91d265d1eecaceff434b88311a8f0ea9c1c51d Reviewed-by: Mike Krus <mike.krus@kdab.com>
Diffstat (limited to 'examples/qt3d/shadow-map-qml/Toyplane.qml')
-rw-r--r--examples/qt3d/shadow-map-qml/Toyplane.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/shadow-map-qml/Toyplane.qml b/examples/qt3d/shadow-map-qml/Toyplane.qml
index 5a3cdcdd3..a18713edb 100644
--- a/examples/qt3d/shadow-map-qml/Toyplane.qml
+++ b/examples/qt3d/shadow-map-qml/Toyplane.qml
@@ -58,7 +58,7 @@ Entity {
Mesh {
id: toyplaneMesh
- source: "assets/obj/toyplane.obj"
+ source: "qrc:///assets/obj/toyplane.obj"
}
Transform {