summaryrefslogtreecommitdiffstats
path: root/src/plugins/geometryloaders/gltf/gltfgeometryloader.h
Commit message (Collapse)AuthorAgeFilesLines
* Partially Revert "Remove custom gltf tool"Mike Krus2021-06-201-0/+194
| | | | | | | | | | In b9994cd88925ca012d66e52d033cc9a3a909fc7a, we removed the tool and the parser. This restores the parser, but the tool was unmaintained. Change-Id: I168e720b7fdf65aafebb9652933d8093f5449bdc Reviewed-by: Paul Lemire <paul.lemire@kdab.com> (cherry picked from commit 3c02825fcedbdb0983775d0522af9c851be6c0cd) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Remove custom gltf toolMike Krus2020-06-171-194/+0
| | | | | Change-Id: I36ae2a043af155d2f2408dce5fcfae7f6e98823d Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Geometry refactoringMike Krus2020-02-271-9/+12
| | | | | | | Move QBuffer, QAttribute, QGeometry to Qt3DCore. Change-Id: I59dfd091eefadcada93350b3aba955f40b304385 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Replace Q_DECL_FINAL with finalKevin Funk2017-09-251-2/+2
| | | | | Change-Id: Ia80d1cb9cc96d76f8b367caa725c59a70ae0a4d5 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Initial support for loading glTF 2 meshesSean Harmer2017-07-281-4/+27
| | | | | | | | We should likely refactor this more cleanly into a glTF 1 and glTF 2 pair of classes. Change-Id: I7046a77e1071ccd110608e24bb815ad6f1b6b87a Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Added GLTF geometry loaderGuillermo A. Amaral2017-01-201-0/+168
Based on scene parser. Change-Id: I9e4a84926fffaf9e2fa69ac351cfa151b3e79e95 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>