aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick3d/customgeometry/resources_rc.py
Commit message (Collapse)AuthorAgeFilesLines
* Update the QtQuick3d customgeometry exampleFriedemann Kleint2025-09-261-585/+0
| | | | | | | | | | | Change it to be a QML module completely loaded from the file system and adapt to qtquick3d/d7f4419f1d763dbbd8d2b58f99ff3fbadba95297 (adding a Torus). Pick-to: 6.10 Task-number: PYSIDE-2206 Change-Id: Ifac722cc676421a75bef6fe5067f81d3fa6ff60b Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* Regenerate the example resource filesFriedemann Kleint2021-12-151-153/+154
| | | | | | Pick-to: 6.2 Change-Id: I6e92728d6208aad0c0d8871ef362da30a61e358e Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* Add QtQuick3D moduleCristián Maureira-Fredes2021-11-291-0/+584
Adding the module that contains a few C++ classes. Adding the 'intro' example. Adding the 'customgeometry' example as well. Pick-to: 6.2 Fixes: PYSIDE-1708 Change-Id: I0681f087e74c13c024bb1dfa8de545b30f95d7d8 Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>