summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneparsers/gltfexport
Commit message (Expand)AuthorAgeFilesLines
* Remove QFrameAllocator (again)Mike Krus2021-01-112-7/+7
* Handle changes in QMetaType APIMike Krus2021-01-081-0/+12
* Restore use of QVector in private APIMike Krus2021-01-052-3/+3
* Fix deprecated API usage and compile warningsMike Krus2020-11-201-6/+6
* Make sample meshes geometry renderers againMike Krus2020-07-301-8/+5
* Use QList instead of QVectorJarek Kobus2020-07-072-16/+16
* Add ; to Q_UNUSEDLars Schmertmann2020-06-241-2/+2
* Add support for building with CMakeMike Krus2020-05-221-0/+25
* Make default geometries viewsMike Krus2020-02-271-5/+8
* Geometry refactoringMike Krus2020-02-271-3/+3
* Remove custom deprecation macroPaul Lemire2020-02-121-1/+0
* Remove buffer functor APIMike Krus2020-02-111-11/+1
* Merge remote-tracking branch 5.15 into devMike Krus2020-02-071-0/+1
|\
| * Fix deprecation handlingMike Krus2020-01-141-0/+1
* | Remove support for binary json gltfMike Krus2020-01-302-29/+10
|/
* Eradicate Q_FOREACH loops and mark the module cleanMarc Mutz2019-05-221-3/+0
* GLTFExporter: remove duplicate definitionMarc Mutz2017-12-281-1/+0
* Add support for glDepthRangeJim Albamont2019-02-111-0/+6
* Doc: Remove private classes from public documentationPaul Wicking2018-07-111-0/+1
* Merge branch '5.10' into devSean Harmer2018-01-171-20/+32
|\
| * Prevent potential containers detachingMike Krus2018-01-141-20/+32
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-051-6/+35
|\|
| * Doc: add doc to classes GLTFImporter and GLTFExporterNico Vertriest2017-09-291-0/+24
| * PhongAlpha: encode the alpha in kdKevin Ottens2017-09-271-6/+11
* | Replace Q_DECL_FINAL with finalKevin Funk2017-09-251-1/+1
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
|/
* Merge branch '5.9' into devSean Harmer2017-05-211-20/+23
|\
| * Use non-template version of QVariant::value (clazy reports)Mike Krus2017-05-021-1/+1
| * Remove unneeded temporary container (clazy reports)Mike Krus2017-05-021-4/+8
| * Add qAsConst, range-loop might detach Qt container (clazy reports)Mike Krus2017-05-021-4/+4
| * Add missing reference in range-for with non trivial type (clazy reports)Mike Krus2017-05-021-17/+17
* | Merge branch '5.9' into devSean Harmer2017-04-031-1/+3
|\|
| * Disable two functions not currently in useThiago Macieira2017-04-021-0/+2
| * 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-1/+15
* QGLTF exporting basic mesh typesMiikka Heikkinen2016-12-132-239/+355
* GLTF exporting materials with custom shadersMiikka Heikkinen2016-12-092-482/+931
* GLTF Scene export pluginMiikka Heikkinen2016-11-165-0/+1910