summaryrefslogtreecommitdiffstats
path: root/src/plugins/geometryloaders/gltf
Commit message (Expand)AuthorAgeFilesLines
* Update commercial license headersTarja Sundqvist2021-02-023-60/+60
* Remove QtGui module path from OpenGL related pathsMike Krus2020-02-061-1/+1
* Accept CBOR as optional format in gltf dataUlf Hermann2019-10-291-6/+2
* Fix Coverity warningsMike Krus2019-10-211-1/+2
* Eradicate Q_FOREACH loops and mark the module cleanMarc Mutz2019-05-221-3/+0
* Fix deprecation warnings about Qt3DRender::QBuffer::BufferTypeFriedemann Kleint2019-03-121-9/+7
* Fix compile warningsPaul Lemire2018-06-201-1/+2
* Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-131-2/+0
|\
| * Don't warn about buffers with unknown attribute typesSean Harmer2017-10-061-2/+0
* | Replace Q_DECL_FINAL with finalKevin Funk2017-09-251-2/+2
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-2/+2
|/
* Add skinned mesh support to glTF mesh loadingSean Harmer2017-07-281-2/+4
* Initial support for loading glTF 2 meshesSean Harmer2017-07-282-19/+235
* Don't explicitly disable the Qt3D category loggingLaszlo Agocs2017-03-311-1/+1
* GeometryLoader const and cleanupGuillermo A. Amaral2017-01-201-10/+8
* Added GLTF geometry loaderGuillermo A. Amaral2017-01-205-0/+700