summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Optimize and cleanup shadersAntti Määttä2019-12-271-1/+1
| | | | | | Change-Id: Ia27680e20f73ffe645d5a336fad7024e67a8389b Reviewed-by: Janne Kangas <janne.kangas@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Use QtQuick dialogs in simpleqml exampleAntti Määttä2019-10-032-3/+8
| | | | | | | | | Use QtQuick dialogs instead of qt labs dialogs, which are not always available. Change-Id: I4a5bfe3a0d443f44cdcde6de8be1a8ee76fa99c2 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Bump qml module versionTomi Korpipaa2019-10-011-1/+1
| | | | | | | | | | | Revision new APIs: asyncInit, shaderCache, exportShaderCache, stereMode, stereoEyeSeparation, textureId, and addImageProvider. Also fixed missing array in qt_attribution.json Task-number: QT3DS-3963 Change-Id: I3fc6ac38ff6f524a5268ad4706f4d0edcc0af6f3 Reviewed-by: Antti Määttä <antti.maatta@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Add dynamic loading exampleAntti Määttä2019-09-2520-1/+534
| | | | | | | | Add example for deferred loading of images and subpresentations. Task-number: QT3DS-3941 Change-Id: Ica8a38238141f5aff92b09d1f953e3cb58d1109a Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Merge branch '2.4'Miikka Heikkinen2019-06-2820-34/+3892
|\ | | | | | | Change-Id: If71792b205f44b2cf9998ddfe03ce18a225285ca
| * Fix simpleqml exampleAntti Määttä2019-06-283-28/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | - Reset source when window changes because it will cause new renderer to be created and it would not have proper source without it. - Update the example codes and resources - Change how the init timer is initialized to get proper result each time the presentation gets reloaded. Task-number: QT3DS-3681 Change-Id: I64d4f6980b87b6efcbb906bb4ad241956ce0a7bc Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
| * Dynamic element creation exampleJari Karppinen2019-06-1716-1/+3850
| | | | | | | | | | | | | | | | Task-number: QT3DS-3621 Change-Id: I5e842fa7b26b484d2a0981f0236a2fac4d92ec06 Reviewed-by: Antti Määttä <antti.maatta@qt.io> Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
| * Make datainput metadata keys constant Q_PROPERTYJanne Kangas2019-06-111-5/+5
| | | | | | | | | | | | | | | | | | | | Remove invokable datainputKeys and make it a datainput property instead. In OpenGL RT this is a constant property as metadata is read-only property. Also update qmldatainput example. Change-Id: Ic9037f831b4072481ad5b2fac78ecc68db6808b2 Task-id: QT3DS-3625 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* | Update qmldatainput exampleJari Karppinen2019-06-273-8/+8
|/ | | | | | | | | | | Editor shows mismatched data type warning for colorInput, since colors are Vector4 instead of Vector3 now. Suppress the warning by correcting the data input type in .uia file. Furthermore the QML code is updated to use Vector4 and PropertyAnimation instead of Vector3dAnimation to pass in the values from QML. Change-Id: I0e0370dab139a5ebea00404035774c99e3d8ea82 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Long live the slayer!Pasi Keränen2019-06-0733-0/+1277
Initial commit of OpenGL Runtime to repository. Based on SHA1 61823aaccc6510699a54b34a2fe3f7523dab3b4e of qt3dstudio repository. Task-number: QT3DS-3600 Change-Id: Iaeb80237399f0e5656a19ebec9d1ab3a681d8832 Reviewed-by: Pasi Keränen <pasi.keranen@qt.io>