summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* GLTF Export QCamera properlyMiikka Heikkinen2017-01-184-9/+35
* QGLTF exporting basic mesh typesMiikka Heikkinen2016-12-133-307/+483
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-122-2/+1560
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-0/+1560
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-251-0/+1560
| | |\
| | | * GLTFIO: check return value of QFile::open()Marc Mutz2016-10-051-6/+4
| * | | Doc: various link errors qt3dNico Vertriest2016-10-131-2/+0
* | | | Use the static QFileInfo::exists(), it's fasterSergio Martins2016-12-101-1/+1
* | | | GLTF exporting materials with custom shadersMiikka Heikkinen2016-12-094-772/+1501
* | | | Fix GLTFImporter crash on loading second sceneMiikka Heikkinen2016-11-161-2/+2
* | | | GLTF Scene export pluginMiikka Heikkinen2016-11-168-127/+2229
* | | | Renaming Scene IO classes to scene import classesOtto Ryynänen2016-10-108-171/+171
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-051-0/+1
|\| |
| * | Add fbx to supported file formats listAntti Määttä2016-08-311-0/+1
* | | Fix API consistency in QAttributeKevin Ottens2016-07-211-4/+4
|/ /
* | Fix applications using SceneLoader crashing at exitJanne Koskinen2016-06-081-29/+29
* | GLTFIO: fix mem leak and invalid QEntity tree constructionMarc Mutz2016-06-081-0/+1
* | Fix crash when a referenced shader program isn't found in a gltf file.Volker Krause2016-05-281-3/+3
* | Replace Q_DECL_NOEXCEPT by Q_DECL_NOTHROWPaul Lemire2016-05-231-2/+2
* | Move QTextureImageDataGenerator to its own headerPaul Lemire2016-05-201-0/+1
* | Enable QT_NO_FOREACH for all Qt3D libraries and pluginsMarc Mutz2016-05-142-0/+6
* | plugins: eradicate all Q_FOREACH loopsMarc Mutz2016-05-141-2/+6
* | GLTFIO: claim copyright for the substantial recent changesMarc Mutz2016-05-051-1/+1
* | GLTFIO: move QFile::readAll() into resolveLocalData()Marc Mutz2016-05-052-10/+7
* | GLTFIO: replace QMap with QHashMarc Mutz2016-05-051-11/+11
* | GLTFIO: includemocsMarc Mutz2016-05-051-0/+2
* | GLTFIO: use printf-style qWarning/qDebug where possibleMarc Mutz2016-05-051-58/+81
* | GLTFIO: wrap remaining qWarning()s in Q_UNLIKELYMarc Mutz2016-05-051-27/+27
* | GLTFIO: replace static const QLatin1Strings with #definesMarc Mutz2016-05-051-69/+69
* | GLTFIO: brush up ctors of nested structsMarc Mutz2016-05-052-19/+16
* | GLTFIO: avoid some hidden detachesMarc Mutz2016-05-051-2/+2
* | GLTFIO: remove {QMap,QMultiHash}::remove() callsMarc Mutz2016-05-051-4/+6
* | GLTFIO: eradicate remaining Q_FOREACH loopsMarc Mutz2016-05-051-12/+14
* | GLTFIO: remove {QMap,QMultiHash}::contains() callsMarc Mutz2016-05-051-38/+53
* | GLTFIO: fix leak of QShaderProgram in processJSONProgram()Marc Mutz2016-05-051-3/+2
* | GLTFIO: don't iterate over QMap::values()Marc Mutz2016-05-051-20/+15
* | GLTFIO: don't iterate over QMap::keys()Marc Mutz2016-05-051-6/+6
* | GLTFIO: don't iterate over QJsonObject::keys()Marc Mutz2016-05-051-57/+52
* | GLTFIO: replace QStringLiteral and C literals with QLatin1Strings in comparisonsMarc Mutz2016-05-051-36/+36
* | GLTFIO: the standard uniform name isn't actually neededMarc Mutz2016-05-052-32/+26
* | GLTFIO: use QLatin1String instead of QStringLiteralMarc Mutz2016-05-051-73/+69
* | GLTFIO: remove QJsonObject::contains() callsMarc Mutz2016-05-051-47/+62
* | QTexImageData to QTextureImageDataFranck Arrecot2016-05-031-3/+3
* | Make QSceneIOPlugin private for the time beingKevin Ottens2016-05-032-2/+2
* | Fix CLANG reported warningsMike Krus2016-05-022-6/+6
* | Rename QSceneParserPlugin to QSceneIOPluginFranck Arrecot2016-05-028-172/+170
* | Make QAbstractNodeFactory privateSean Harmer2016-05-011-1/+1
* | Q_NULLPTR -> nullptrSean Harmer2016-05-013-66/+66
* | Strip out cloning subsystemSean Harmer2016-04-291-1/+0
* | Adapt the assimp scene parser to use the node factorySean Harmer2016-04-281-22/+69