summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneparsers/gltf
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgplTarja Sundqvist2023-06-091-0/+1
|\
| * QtGLTFSceneImportPlugin: includemocsMike Krus2022-06-271-0/+1
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-234-82/+82
|/
* Update commercial license headersTarja Sundqvist2021-02-024-82/+82
* Fix deprecation handlingMike Krus2020-01-141-0/+1
* Accept CBOR as optional format in gltf dataUlf Hermann2019-10-291-11/+3
* Fix deprecation warningsMike Krus2019-07-301-11/+0
* Remove unused file gltfparser.cppMarc Mutz2019-07-181-1560/+0
* Eradicate Q_FOREACH loops and mark the module cleanMarc Mutz2019-05-221-3/+0
* Add support for glDepthRangeJim Albamont2019-02-111-3/+6
* Preliminary glTF 2.0 scene import supportMassimo Callegari2018-12-222-152/+635
* Doc: Remove private classes from public documentationPaul Wicking2018-07-111-0/+1
* Fix compile warningsPaul Lemire2018-06-201-1/+2
* Doc: Add missing dots (qt3d)Paul Wicking2018-06-191-1/+1
* Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-091-0/+1
|\
| * gltf sceneloader: request mirrored=false for texturesLaszlo Agocs2018-04-271-0/+1
* | Doc: Fix documentation warnings related to Clang QDoc parserTopi Reinio2018-04-202-4/+4
|/
* Merge branch '5.10' into devSean Harmer2018-01-171-2/+3
|\
| * Prevent potential containers detachingMike Krus2018-01-141-1/+2
| * Iterate on references to avoid copiesMike Krus2018-01-131-1/+1
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-051-4/+30
|\|
| * Doc: add doc to classes GLTFImporter and GLTFExporterNico Vertriest2017-09-291-4/+30
* | Replace Q_NULLPTR with nullptrKevin Funk2017-09-251-45/+45
* | Replace Q_DECL_FINAL with finalKevin Funk2017-09-251-5/+5
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
|/
* Add support to load data from memory for scene loadersMike Krus2017-05-212-15/+31
* Merge branch '5.9' into devSean Harmer2017-05-211-1/+1
|\
| * Remove unneeded temporary container (clazy reports)Mike Krus2017-05-021-2/+2
| * Add missing reference in range-for with non trivial type (clazy reports)Mike Krus2017-05-021-2/+2
* | Merge branch '5.9' into devSean Harmer2017-04-033-4/+1592
|\|
| * Merge branch '5.8' into 5.9Sean Harmer2017-04-022-3/+1591
| |\
| | * Fixes includes to comply with coding conventions for Src/sceneRobert Brock2017-04-012-22/+18
| | * Use QTextureLoader for textures in GLTF filesMauro Persano2017-01-101-10/+3
| * | Don't explicitly disable the Qt3D category loggingLaszlo Agocs2017-03-311-1/+1
* | | Don't allocate temporary containers while iteratingSergio Martins2017-04-021-1/+1
|/ /
* | GLTF Export QCamera properlyMiikka Heikkinen2017-01-182-8/+20
* | QGLTF exporting basic mesh typesMiikka Heikkinen2016-12-131-68/+128
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-121-0/+1560
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-251-0/+1560
| |\
| | * GLTFIO: check return value of QFile::open()Marc Mutz2016-10-051-6/+4
* | | GLTF exporting materials with custom shadersMiikka Heikkinen2016-12-092-290/+570
* | | Fix GLTFImporter crash on loading second sceneMiikka Heikkinen2016-11-161-2/+2
* | | GLTF Scene export pluginMiikka Heikkinen2016-11-162-126/+318
* | | Renaming Scene IO classes to scene import classesOtto Ryynänen2016-10-104-110/+110
|/ /
* | GLTFIO: fix mem leak and invalid QEntity tree constructionMarc Mutz2016-06-081-0/+1
* | Fix crash when a referenced shader program isn't found in a gltf file.Volker Krause2016-05-281-3/+3
* | Enable QT_NO_FOREACH for all Qt3D libraries and pluginsMarc Mutz2016-05-141-0/+3
* | GLTFIO: claim copyright for the substantial recent changesMarc Mutz2016-05-051-1/+1
* | GLTFIO: move QFile::readAll() into resolveLocalData()Marc Mutz2016-05-052-10/+7
* | GLTFIO: replace QMap with QHashMarc Mutz2016-05-051-11/+11