aboutsummaryrefslogtreecommitdiff
path: root/editor/import/editor_scene_importer_gltf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-8/+10
* Fix for #12056, though GTLF import of that file is still incorrect.Webster Sheets2017-11-121-2/+4
* Fix unused variable warningsHein-Pieter van Braam2017-09-081-3/+3
* Fixed missing return value in glTF2.0 importer camera, closes #10130Juan Linietsky2017-09-011-0/+2
* Fix signed and unsigned comparisonsHein-Pieter van Braam2017-09-011-1/+1
* Fix the channels gltf importer uses for metallic and AO textures.Ferenc Arn2017-08-281-1/+2
* Full GLTF 2.0 Specification support! cheers!Juan Linietsky2017-08-031-9/+536
* -Added GLTF scene support (still missing animations and .glb extension)Juan Linietsky2017-08-021-0/+1581