summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/planets-qml/planets-qml.qrc
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@theqtcompany.com>2015-06-11 07:59:26 +0300
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2015-06-23 12:20:55 +0000
commit520e2d32421f86958847b1bf9ee369606e0a83df (patch)
tree3bc179308b91fc552ad2511e7151aa158004bd22 /examples/qt3d/planets-qml/planets-qml.qrc
parent68ead5b04fb3e271524c19cc0b6d12a4c9c8a3c2 (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> (cherry picked from commit 30f9015933957eaf9533229f94b1bcd48a8ce3ed)
Diffstat (limited to 'examples/qt3d/planets-qml/planets-qml.qrc')
-rw-r--r--examples/qt3d/planets-qml/planets-qml.qrc31
1 files changed, 31 insertions, 0 deletions
diff --git a/examples/qt3d/planets-qml/planets-qml.qrc b/examples/qt3d/planets-qml/planets-qml.qrc
new file mode 100644
index 000000000..f8efcbd44
--- /dev/null
+++ b/examples/qt3d/planets-qml/planets-qml.qrc
@@ -0,0 +1,31 @@
+<RCC>
+ <qresource prefix="/">
+ <file>SolarSystem.qml</file>
+ <file>PlanetsMain.qml</file>
+ <file>PlanetButton.qml</file>
+ <file>InfoSheet.qml</file>
+ <file>StyledSlider.qml</file>
+ <file>FpsDisplay.qml</file>
+ <file>Planet.qml</file>
+ <file>Ring.qml</file>
+ <file>Light.qml</file>
+ <file>CloudEffectDS.qml</file>
+ <file>PlanetEffectD.qml</file>
+ <file>PlanetEffectDB.qml</file>
+ <file>PlanetEffectDS.qml</file>
+ <file>PlanetEffectDSB.qml</file>
+ <file>PlanetMaterial.qml</file>
+ <file>ShadowMapFrameGraph.qml</file>
+ <file>planets.js</file>
+ <file>meshes/starfield.obj</file>
+ <file>meshes/ring.obj</file>
+ <file>shaders/shadowmap.frag</file>
+ <file>shaders/shadowmap.vert</file>
+ <file>shaders/planetD.frag</file>
+ <file>shaders/planetD.vert</file>
+ <file>shaders/planetDB.frag</file>
+ <file>shaders/planetDB.vert</file>
+ <file>shaders/planetDS.frag</file>
+ <file>shaders/planetDSB.frag</file>
+ </qresource>
+</RCC>