summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneparsers/gltf/gltfparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused file gltfparser.cppMarc Mutz2019-07-181-1560/+0
* Doc: Fix documentation warnings related to Clang QDoc parserTopi Reinio2018-04-201-2/+2
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-251-45/+45
* GLTFIO: check return value of QFile::open()Marc Mutz2016-10-051-6/+4
* Support KHR_materials_common in the glTF parserLaszlo Agocs2016-01-071-13/+120
* Use .qgltf extension for qgltf-generated glTF filesLaszlo Agocs2016-01-071-1/+1
* Move core/io content to render/geometry and ioKevin Ottens2015-12-021-3/+3
* Remove QAbstractTransform and friendsSean Harmer2015-11-171-4/+0
* Remove transforms property of QTransformSean Harmer2015-11-171-25/+12
* gltfparser: Update to support glTF 1.0draft specAndy Nichols2015-11-131-87/+145
* Create proper plugin infrastructure for sceneloadersAndy Nichols2015-11-041-2/+2
* Rename QOpenGLFilter to QGraphicsApiFilterAndy Nichols2015-11-031-13/+13
* Rename Renderer -> Render throughoutSean Harmer2015-10-191-21/+21
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-7/+7
* Move Render aspect into the Qt3DRender namespaceSean Harmer2015-10-131-10/+12
* Support uint in glTF parserv5.6.0-alpha1Laszlo Agocs2015-09-011-0/+2
* glTF: Support generating and using Core profile and GL2 shadersAndy Nichols2015-08-081-12/+72
* glTF Parser: Support loading binary json scene dataAndy Nichols2015-08-081-1/+6
* Add support for loading scenes from glTF 0.8 filesAndy Nichols2015-08-081-0/+1345