summaryrefslogtreecommitdiffstats
path: root/tools/qgltf/qgltf.cpp
Commit message (Expand)AuthorAgeFilesLines
* qgltf: Fix MSVC warning about narrowing conversionFriedemann Kleint2020-02-171-1/+1
* qgltf: replace QHash with a C arrayMarc Mutz2019-05-291-22/+29
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-12/+12
* Use multi-arg where possible (clazy reports)Mike Krus2017-05-021-4/+4
* Fix double -> float conversion warningsSean Harmer2017-02-061-1/+1
* Use the static QFileInfo::exists(), it's fasterSergio Martins2016-12-101-1/+1
* GLTF Scene export pluginMiikka Heikkinen2016-11-161-3/+3
* qgltf: eradicate all Q_FOREACH loopsMarc Mutz2016-09-271-50/+62
* qgltf: replace some QStringLiteral with QLatin1StringMarc Mutz2016-09-271-3/+3
* qgltf: mark types movable/complexMarc Mutz2016-05-191-0/+19
* qgltf: fix GCC 6 warning about misleading indentionMarc Mutz2016-05-081-1/+2
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-7/+7
* Merge branch '5.6' into 5.7Sean Harmer2016-04-161-6/+8
|\
| * Fix build in C++98 mode: template typenames must not be localThiago Macieira2016-03-031-6/+8
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-7/+6
|\|
| * Fix potential crash due to taking iterator from temporary containerSergio Martins2016-01-231-7/+6
* | Unify license header usageAntti Kokko2016-01-261-18/+10
|/
* qgltf: Add a short description to the helpLaszlo Agocs2016-01-131-0/+12
* qgltf: Do not output the unused, dummy light blockLaszlo Agocs2016-01-071-10/+0
* qgltf: Add an option to suppress techniques completelyLaszlo Agocs2016-01-071-7/+17
* qgltf: Fix not including image files in the qrcLaszlo Agocs2016-01-071-6/+6
* qgltf: Promote rgb to rgba for common material valuesLaszlo Agocs2016-01-071-0/+20
* Use .qgltf extension for qgltf-generated glTF filesLaszlo Agocs2016-01-071-3/+3
* qgltf: Output a KHR_materials_common blockLaszlo Agocs2016-01-071-1/+30
* qglTf: Update to use glTF 1.0draft specAndy Nichols2015-11-131-46/+12
* Rename varyings that clash with three.js' glTFLoaderLaszlo Agocs2015-11-131-24/+24
* qgltf: Fix not putting textures into the qrc when no copying occursLaszlo Agocs2015-11-131-1/+1
* assimp: Fix warnings about FileSize() const Q_DECL_OVERRIDEAndy Nichols2015-11-041-1/+1
* qgltf: get rid of degenerate polygonsLaszlo Agocs2015-08-271-1/+2
* Fix MSVC2015/64 compiler warnings in qgltf.Friedemann Kleint2015-08-211-5/+5
* qgltf: Generate a non-mipmapped sampler for compressed texturesLaszlo Agocs2015-08-201-3/+9
* qgltf: Set the correct internal format for ETC1 texturesLaszlo Agocs2015-08-201-2/+2
* Rename tools directory backLaszlo Agocs2015-08-181-0/+2509