summaryrefslogtreecommitdiffstats
path: root/src/plugins/geometryloaders
Commit message (Expand)AuthorAgeFilesLines
* 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-223-9/+0
* Fix deprecation warnings about Qt3DRender::QBuffer::BufferTypeFriedemann Kleint2019-03-122-11/+7
* configure: adjust to qbase changesOswald Buddenhagen2018-12-311-13/+9
* configure: don't add system default library locations to fbxOswald Buddenhagen2018-12-311-6/+0
* Fix compile warningsPaul Lemire2018-06-202-3/+6
* Fix compiler warningsFriedemann Kleint2018-05-241-1/+1
* Doc: Fix documentation warnings related to Clang QDoc parserTopi Reinio2018-04-201-2/+3
* Handle the check of binary versus ascii STL files more robustlyAkihito Izawa2018-04-121-10/+17
* ObjGeometryLoader::doLoad(): Fix fall through warningsFriedemann Kleint2018-03-021-0/+2
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-211-7/+7
|\
| * ObjGeometryLoader: Fix out of bound errorPaul Lemire2018-02-081-7/+7
* | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-201-0/+4
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Svenn-Arne Dragly2017-11-151-0/+4
| |\|
| | * Deal with trailing spaces and crlfKevin Ottens2017-11-071-0/+4
* | | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-133-8/+82
|\| |
| * | Doc: add doc to undocumented classes qt3dv5.10.0-beta2Nico Vertriest2017-10-132-6/+82
| * | Don't warn about buffers with unknown attribute typesSean Harmer2017-10-061-2/+0
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-051-1/+1
|\| |
| * | Merge branch '5.9' into 5.10Sean Harmer2017-09-301-1/+1
| |\|
| | * Don't crash objgeometryloader on ill-formed face, just ignoreWieland Hagen2017-09-221-1/+1
* | | Replace Q_DECL_FINAL with finalKevin Funk2017-09-255-7/+7
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-255-12/+12
|/ /
* | 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
|/
* Merge branch '5.9.0' into 5.9Sean Harmer2017-05-201-1/+1
|\
| * Merge 5.9 into 5.9.0Oswald Buddenhagen2017-05-041-1/+1
| |\
| * | Add qAsConst, range-loop might detach Qt container (clazy reports)Mike Krus2017-05-021-1/+1
* | | Fix build with QT_STRICT_ITERATORSSergio Martins2017-05-191-1/+1
| |/ |/|
* | Fix build for -no-feature-regularexpressionStephan Binner2017-04-271-1/+1
|/
* Don't explicitly disable the Qt3D category loggingLaszlo Agocs2017-03-316-6/+6
* Improve documentation for QMeshMike Krus2017-02-061-2/+4
* Fix build for INTEGRITYKimmo Ollila2017-02-061-10/+10
* Added FBX geometry loaderGuillermo A. Amaral2017-01-208-0/+757
* GeometryLoader const and cleanupGuillermo A. Amaral2017-01-203-36/+34
* Added GLTF geometry loaderGuillermo A. Amaral2017-01-206-0/+701
* Ported PLY and STL geometry loadersGuillermo A. Amaral2017-01-207-2/+788
* QMesh geometry loading via plugin systemGuillermo A. Amaral2017-01-208-0/+930