summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/qgltf/qgltf_example.qrc
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-11-11 17:44:45 +0100
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-11-25 12:14:29 +0000
commit1324668b1b77c865c90a1352a61b0b3da3da39b1 (patch)
treef4537e31d451d2c7a6ce1265f0ce5d86918377b9 /examples/qt3d/qgltf/qgltf_example.qrc
parentdf52852c57067d1fb408d075d4bddcfe681467dd (diff)
Add a qgltf example.
This is like gltf but uses the original Collada asset and generates a glTF model at build time. Now that the qgltf rule is in qtbase we can freely use it in any examples. This does not have the limitations the gltf example has: this will function both with core profiles and ES. Change-Id: I9f04cf8b77337d397e1aecd1ffb22b7ce7e15ef7 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'examples/qt3d/qgltf/qgltf_example.qrc')
-rw-r--r--examples/qt3d/qgltf/qgltf_example.qrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/qt3d/qgltf/qgltf_example.qrc b/examples/qt3d/qgltf/qgltf_example.qrc
new file mode 100644
index 000000000..0da7ea21f
--- /dev/null
+++ b/examples/qt3d/qgltf/qgltf_example.qrc
@@ -0,0 +1,6 @@
+<RCC>
+ <qresource prefix="/">
+ <file>main.qml</file>
+ <file>Wine.qml</file>
+ </qresource>
+</RCC>