summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/planets-qml/planets-qml-images.qrc
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@theqtcompany.com>2015-06-11 07:59:26 +0300
committerMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2015-06-11 07:16:24 +0000
commit30f9015933957eaf9533229f94b1bcd48a8ce3ed (patch)
treee2c0ff7f56ef6241b89a34dfd24066c59eba2247 /examples/qt3d/planets-qml/planets-qml-images.qrc
parente3cf1127ff1559fee159ebc2389f7449c07bc1be (diff)
Planets QML example for Qt3D
+ Improved earth clouds - Some weirdness with alpha, easily visible with rings. Might be the textures, although the alpha on them seems fine with image viewer. - Earth clouds seem to have the alpha issue as well. Change-Id: Ibdfa49472790d3fc797e269b52986b71d93876f2 Reviewed-by: Pasi Keränen <pasi.keranen@digia.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Diffstat (limited to 'examples/qt3d/planets-qml/planets-qml-images.qrc')
-rw-r--r--examples/qt3d/planets-qml/planets-qml-images.qrc34
1 files changed, 34 insertions, 0 deletions
diff --git a/examples/qt3d/planets-qml/planets-qml-images.qrc b/examples/qt3d/planets-qml/planets-qml-images.qrc
new file mode 100644
index 000000000..937e32de8
--- /dev/null
+++ b/examples/qt3d/planets-qml/planets-qml-images.qrc
@@ -0,0 +1,34 @@
+<RCC>
+ <qresource prefix="/">
+ <file>images/sunmap.jpg</file>
+ <file>images/mercurymap.jpg</file>
+ <file>images/mercurynormal.jpg</file>
+ <file>images/venusmap.jpg</file>
+ <file>images/venusnormal.jpg</file>
+ <file>images/earthmap1k.jpg</file>
+ <file>images/earthnormal1k.jpg</file>
+ <file>images/earthspec1k.jpg</file>
+ <file>images/moonmap1k.jpg</file>
+ <file>images/moonnormal1k.jpg</file>
+ <file>images/marsmap1k.jpg</file>
+ <file>images/marsnormal1k.jpg</file>
+ <file>images/jupitermap.jpg</file>
+ <file>images/saturnmap.jpg</file>
+ <file>images/uranusmap.jpg</file>
+ <file>images/neptunemap.jpg</file>
+ <file>images/earth.png</file>
+ <file>images/mercury.png</file>
+ <file>images/jupiter.png</file>
+ <file>images/mars.png</file>
+ <file>images/neptune.png</file>
+ <file>images/saturn.png</file>
+ <file>images/sun.png</file>
+ <file>images/uranus.png</file>
+ <file>images/venus.png</file>
+ <file>images/earthcloudmapcolortrans.png</file>
+ <file>images/earthcloudmapspec.jpg</file>
+ <file>images/saturnringcolortrans.png</file>
+ <file>images/uranusringcolortrans.png</file>
+ <file>images/galaxy_starfield.png</file>
+ </qresource>
+</RCC>