summaryrefslogtreecommitdiffstats
path: root/code/PostProcessing/OptimizeGraph.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactorings: glTF cleanups (#6028)Kim Kulling2025-03-051-1/+1
|
* Draft: Update init of aiString (#5623)Kim Kulling2024-06-171-1/+1
| | | | | | | | | | | | | | | | | * Draft: Update init of aiString - closes https://github.com/assimp/assimp/issues/5622 * Update types.h * Fix typo * Fix another typo * Adapt usage of AI_MAXLEN * Fix compare operator * Add missing renames
* Add 2024 to copyright infos (#5475)Kim Kulling2024-02-231-1/+1
|
* Refactoring: Code cleanup post-processing.Kim Kulling2023-03-141-4/+0
|
* Manually fix up 100 more instances where it should be defaultedAaron Gokaslan2022-08-251-3/+1
|
* Update copyrightsKim Kulling2022-01-101-1/+1
|
* Fixes issues our internal compliance and code quality tool found:Max Vollmer (Microsoft Havok)2021-08-301-1/+1
| | | | | | | * Adds nullptr checks and asserts to protect certain code paths * Fixes wrong integer type in a printf call * Adds const to const values * Prevents integer overflow with explicit casts
* No need to distinguish formatting log functions.Malcolm Tyrrell2021-05-131-1/+1
|
* Update copyrights to 2021.Kim Kulling2021-02-281-1/+1
|
* fix more warnings.Kim Kulling2020-02-161-2/+2
|
* Updated copyright dates.Marc-Antoine Lortie2020-01-201-1/+1
| | | | | | | | | | Changed copyright end year to 2020 in every reference "Copyright (c) 2006-XXXX, assimp team". Changed copyright end year to 2020 in every reference "Copyright (c) 2006-XXXX, ASSIMP Development Team". Changed copyright end year to 2020 in LICENCE.rtf. Changed copyright end year in CMakeFiles.txt files and any other places referencing Assimp with a copyright start and end year.
* Odd negative scale: OptimizeGraphRichardTea2019-12-091-11/+21
| | | | | | | | OptimizeGraph postprocessing now reverses face order when node scale is mirroring. Fixes flip to backfacing in models that mirrored some nodes. (Odd count of negative scale components, negative determinant)
* Apply clangformatRichardTea2019-12-091-253/+250
|
* Fix the compile pass, still unresolved symbols.Kim Kulling2019-06-101-2/+0
|
* Reorg of code.Kim Kulling2019-06-061-0/+353