summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneparsers/gltf
Commit message (Expand)AuthorAgeFilesLines
* Support KHR_materials_common in the glTF parserLaszlo Agocs2016-01-072-13/+123
* Use .qgltf extension for qgltf-generated glTF filesLaszlo Agocs2016-01-071-1/+1
* Fix plugin name for static builds (iOS)Mike Krus2015-12-301-1/+1
* Move core/io content to render/geometry and ioKevin Ottens2015-12-022-4/+4
* 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-045-8/+72
* Rename QOpenGLFilter to QGraphicsApiFilterAndy Nichols2015-11-031-13/+13
* Rename Renderer -> Render throughoutSean Harmer2015-10-193-25/+25
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-132-13/+13
* Add "We mean it" warnings to private headersSean Harmer2015-10-131-0/+11
* Move Render aspect into the Qt3DRender namespaceSean Harmer2015-10-132-19/+24
* Support uint in glTF parserv5.6.0-alpha1Laszlo Agocs2015-09-011-0/+2
* Cleanup: remove QAbstractMesh/QMeshData/MeshDataManagerPaul Lemire2015-08-111-1/+0
* glTF: Support generating and using Core profile and GL2 shadersAndy Nichols2015-08-082-12/+73
* 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-083-0/+1551