summaryrefslogtreecommitdiffstats
path: root/code/AssetLib/glTF/glTFImporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated Inner Cone formula for Spot Lights in GLTF (#6078)Jackson Levitt2025-06-051-1/+1
* Harmonize Importer #includes (#6065)krishty2025-03-271-3/+3
* Fix Whitespace (#6063)krishty2025-03-261-4/+4
* Potential fix for code scanning alert no. 63: Potential use after free (#6050)Kim Kulling2025-03-131-0/+1
* Refactorings: glTF cleanups (#6028)Kim Kulling2025-03-051-44/+42
* Assimp master head fixes for failure to compile (#5899)Engin Manap2025-01-141-0/+1
* glTF importers: Avoid strncpy truncating away the ' \0' character (#5931)David Campos Rodríguez2024-12-231-11/+8
* Fix: Fix name collision (#5937)Kim Kulling2024-12-231-5/+4
* Remove strcpy. (#5802)Kim Kulling2024-11-181-4/+7
* Draft: Update init of aiString (#5623)Kim Kulling2024-06-171-2/+2
* Add 2024 to copyright infos (#5475)Kim Kulling2024-02-231-1/+1
* Refactoring: Some cleanupsKim Kulling2023-11-121-5/+1
* Fix compilation on windows.Marco Feuerstein2023-06-291-2/+8
* Fix magic token usage.Marco Feuerstein2023-06-291-2/+2
* Fix string length calculation.Marco Feuerstein2023-06-291-2/+2
* Improve binary check for gltf and gltf2.Marco Feuerstein2023-06-291-2/+2
* Tidy Up Constructors and DestructorsKrishty2023-01-161-1/+1
* Apply various clang-tidy checks for smartprs and modern C++ typesAaron Gokaslan2022-11-081-1/+1
* Manually fix up 100 more instances where it should be defaultedAaron Gokaslan2022-08-251-3/+1
* Remove exception on glTF 2.0 loadingvkaytsanov2022-08-161-2/+1
* Merge branch 'new-file-detection' of https://github.com/krishty/assimp into k...Kim Kulling2022-01-161-16/+6
|\
| * Simplified importer search and fixed a few bugsKrishty2021-04-241-16/+6
* | Update copyrightsKim Kulling2022-01-101-1/+1
|/
* fixed glTF export stuff being pulled into the EXE even if building with ASSIM...Krishty2021-04-161-0/+2
* closes https://github.com/assimp/assimp/issues/3678: ensure lowercaseKim Kulling2021-03-091-1/+1
* Update copyrights to 2021.Kim Kulling2021-02-281-1/+1
* Stop concatenating std::strings. Use formatter.Malcolm Tyrrell2020-08-181-1/+1
* Merge branch 'master' into rbsheth_update_hunterKim Kulling2020-07-171-2/+2
|\
| * * Added ASSIMP_BUILD_NO_GLTF1_IMPORTER, ASSIMP_BUILD_NO_GLTF2_IMPORTER, ASSIM...Max Vollmer2020-07-051-2/+2
* | ifdef fixes to fix MSVC warningsRahul Sheth2020-07-141-2/+2
|/
* define CheckValidFacesIndices also in release builds.Kim Kulling2020-06-231-215/+184
* replace NULL and avoid ai_assert with more than 2 tests.Kim Kulling2020-06-231-1/+5
* Merge branch 'file-formatting' of https://github.com/aaronfranke/assimp into ...kkulling2020-05-051-1/+1
* Move format importer and exporter into its won folder.Kim Kulling2020-05-021-0/+760