summaryrefslogtreecommitdiffstats
path: root/code/PostProcessing/TriangulateProcess.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix Whitespace (#6063)krishty2025-03-261-1/+1
| | | | | | | | | | | | * Fix Whitespace No functional changes. This commit removes trailing spaces, undesired line breaks, and formatting screwups. * Remove more useless line breaks in license (500 out of 630 license copies do NOT use double line breaks here) --------- Co-authored-by: Krishty <krishty@krishty.com> Co-authored-by: Kim Kulling <kimkulling@users.noreply.github.com>
* Refactorings: glTF cleanups (#6028)Kim Kulling2025-03-051-1/+1
|
* Use ear-cutting library for triangulation (#5977)Stefan2025-02-131-124/+38
| | | | | | | | | | | | | * Use ear-cutting library for triangulation Fixes #3609 Fixes #3019 Fixes #1136 * Fix typo --------- Co-authored-by: Kim Kulling <kimkulling@users.noreply.github.com>
* Return false instead of crash (#5685)Kim Kulling2024-07-231-6/+8
| | | | - Return false instead of crash - closes https://github.com/assimp/assimp/issues/5684
* Add 2024 to copyright infos (#5475)Kim Kulling2024-02-231-1/+1
|
* Update Triangulate Process [more another case]Aaron2023-08-151-1/+1
|
* Refactoring: Reuse code from GeometryUtilsKim Kulling2023-05-041-41/+4
|
* Refactoring: Code cleanup post-processing.Kim Kulling2023-03-141-9/+0
|
* bugfix the three vertices are collinear when converting a polygon to a triangle.Jackie95272023-03-011-0/+15
| | | | Signed-off-by: Jackie9527 <80555200+Jackie9527@users.noreply.github.com>
* Manually fix up 100 more instances where it should be defaultedAaron Gokaslan2022-08-251-8/+2
|
* Update copyrightsKim Kulling2022-01-101-1/+1
|
* removed trailing spaces and tabs from source and textKrishty2021-07-291-6/+6
| | | | This commit ignores the “contrib” folder in order to prevent merge conflicts in dependencies, should these be updated via git.
* Fixing encoding when lines and points are encounteredClement Jacob2021-03-301-36/+45
|
* NGON encoding triangles onlyClement Jacob2021-03-301-1/+2
|
* Refactoring and fixing remaining issues in triangulation processClement Jacob2021-03-301-28/+87
|
* Refactoring the extensionClement Jacob2021-03-301-16/+22
|
* Fixing quad encodingClement Jacob2021-03-301-3/+7
|
* Adding quad proper handlingClement Jacob2021-03-301-7/+14
|
* [gltf2-exporter] Adding FB_ngon_encoding supportClement Jacob2021-03-301-0/+11
|
* Update copyrights to 2021.Kim Kulling2021-02-281-1/+1
|
* Fix possible overflow in new.Kim Kulling2020-08-051-1/+2
|
* replace NULL and avoid ai_assert with more than 2 tests.Kim Kulling2020-06-231-5/+5
|\
| * More thinks using VERBOSE_DEBUGMalcolm Tyrrell2020-05-181-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.
* Fix the compile pass, still unresolved symbols.Kim Kulling2019-06-101-5/+5
|
* Reorg of code.Kim Kulling2019-06-061-0/+530