summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/exampleresources/obj.qrc
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2018-04-03 17:19:43 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2018-04-04 13:31:46 +0000
commit2a260617b96281375e2ee018af8c7547d99e4a6d (patch)
treea5aee129a69c0b2e9b6dab42a5fcddd17f3c5361 /examples/qt3d/exampleresources/obj.qrc
parent634529d899e99c2fb40429d3d0be6295aa444a40 (diff)
Add replacement materials examplev5.11.0-beta3
All texture assets were made by KDAB under the CLA. The material "sphere" mesh is from Allegorithmic and published under the Creative Commons 4 license. See paragraph 1.2 of https://www.allegorithmic.com/legal/substance-share Task-number: QTBUG-61415 Change-Id: I23d61723bbac561e22e11fa57105b29148c01699 Reviewed-by: Sean Harmer <sean.harmer@kdab.com> Reviewed-by: Andy Nichols <andy.nichols@qt.io> (cherry picked from commit 74c06c02f896c6aba408cfd0857d317378572736)
Diffstat (limited to 'examples/qt3d/exampleresources/obj.qrc')
-rw-r--r--examples/qt3d/exampleresources/obj.qrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/qt3d/exampleresources/obj.qrc b/examples/qt3d/exampleresources/obj.qrc
index b8134bf2d..6c3d82872 100644
--- a/examples/qt3d/exampleresources/obj.qrc
+++ b/examples/qt3d/exampleresources/obj.qrc
@@ -1,10 +1,9 @@
<RCC>
<qresource prefix="/">
- <file>assets/textures/pattern_09/specular.webp</file>
- <file>assets/textures/pattern_09/normal.webp</file>
- <file>assets/textures/pattern_09/diffuse.webp</file>
<file>assets/obj/trefoil.obj</file>
<file>assets/obj/toyplane.obj</file>
<file>assets/obj/ball.obj</file>
+ <file>assets/obj/plane-10x10.obj</file>
+ <file>assets/obj/material-sphere.obj</file>
</qresource>
</RCC>