summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneparsers/gltfexport/gltfexporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove QFrameAllocator (again)Mike Krus2021-01-111-5/+5
* Handle changes in QMetaType APIMike Krus2021-01-081-0/+12
* Restore use of QVector in private APIMike Krus2021-01-051-1/+1
* 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-071-9/+9
* Make default geometries viewsMike Krus2020-02-271-5/+8
* Geometry refactoringMike Krus2020-02-271-3/+3
* Remove buffer functor APIMike Krus2020-02-111-11/+1
* Remove support for binary json gltfMike Krus2020-01-301-28/+10
* 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
* Prevent potential containers detachingMike Krus2018-01-141-20/+32
* Doc: add doc to classes GLTFImporter and GLTFExporterNico Vertriest2017-09-291-0/+24
* PhongAlpha: encode the alpha in kdKevin Ottens2017-09-271-6/+11
* 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-181-1/+12
* QGLTF exporting basic mesh typesMiikka Heikkinen2016-12-131-238/+338
* GLTF exporting materials with custom shadersMiikka Heikkinen2016-12-091-478/+887
* GLTF Scene export pluginMiikka Heikkinen2016-11-161-0/+1571