From 520e2d32421f86958847b1bf9ee369606e0a83df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20Korpip=C3=A4=C3=A4?= Date: Thu, 11 Jun 2015 07:59:26 +0300 Subject: Planets QML example for Qt3D MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit + 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 Reviewed-by: Miikka Heikkinen (cherry picked from commit 30f9015933957eaf9533229f94b1bcd48a8ce3ed) --- examples/qt3d/planets-qml/planets-qml.qrc | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 examples/qt3d/planets-qml/planets-qml.qrc (limited to 'examples/qt3d/planets-qml/planets-qml.qrc') 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 @@ + + + SolarSystem.qml + PlanetsMain.qml + PlanetButton.qml + InfoSheet.qml + StyledSlider.qml + FpsDisplay.qml + Planet.qml + Ring.qml + Light.qml + CloudEffectDS.qml + PlanetEffectD.qml + PlanetEffectDB.qml + PlanetEffectDS.qml + PlanetEffectDSB.qml + PlanetMaterial.qml + ShadowMapFrameGraph.qml + planets.js + meshes/starfield.obj + meshes/ring.obj + shaders/shadowmap.frag + shaders/shadowmap.vert + shaders/planetD.frag + shaders/planetD.vert + shaders/planetDB.frag + shaders/planetDB.vert + shaders/planetDS.frag + shaders/planetDSB.frag + + -- cgit v1.2.3