summaryrefslogtreecommitdiffstats
path: root/code/PostProcessing/JoinVerticesProcess.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactorings: glTF cleanups (#6028)Kim Kulling2025-03-051-1/+1
* Simplify JoinVerticesProcess (#5895)Julian Knodt2024-11-271-117/+5
* Add 2024 to copyright infos (#5475)Kim Kulling2024-02-231-1/+1
* include memory.h to fix compile errorockeymm2023-10-011-0/+1
* Use unique_ptr to release old vertices data.ockeymm2023-10-011-13/+7
* Reduce memory consumption in JoinVerticesProcess::ProcessMesh() significantlyockeymm2023-10-011-29/+29
* Fix: Fix typoKim Kulling2023-02-161-8/+1
* Review finding: Use constexpr instead of macroKim Kulling2023-02-161-1/+2
* fix typo, use a macro to avoid magic numbers.sunjc2023-02-081-5/+7
* fix regression in join vertices post process.sunjc2023-02-071-11/+3
* usedVertexIndicesMask is now based on vector<boo> instead of vector<uint>AdamCichocki2023-01-231-5/+4
* Optimized usedVertexIndices by using bitmask instead of unordered_setAdamCichocki2023-01-231-6/+7
* Merge branch 'master' into trim-whitespaceKim Kulling2023-01-221-19/+30
|\
| * Generalize JoinVerticesProcess for multiple UV and color channelsDaniel Rösner2023-01-121-19/+30
* | Trim Trailing WhitespaceKrishty2023-01-161-3/+3
|/
* Merge branch 'master' into patch-1Kim Kulling2022-09-041-6/+2
|\
| * Merge branch 'master' into explicitly-default-dtorsKim Kulling2022-08-301-2/+1
| |\
| * | Manually fix up 100 more instances where it should be defaultedAaron Gokaslan2022-08-251-6/+2
* | | fix vertices being joined duplicating weightsGargaj2022-08-311-0/+10
| |/ |/|
* | Wrong object is created here!J.G.Adams2022-08-261-2/+1
|/
* Fix compier warningKim Kulling2022-05-141-2/+2
* Fixed formattings.Kim Kulling2022-05-141-52/+35
* add more commentsmotazmuhammad2022-05-131-9/+15
* Revert "use unordered_set to accelerate the vertix merging"motazmuhammad2022-05-131-8/+15
* use unordered_set to accelerate the vertix mergingmotazmuhammad2022-05-131-53/+39
* Update copyrightsKim Kulling2022-01-101-1/+1
* No need to distinguish formatting log functions.Malcolm Tyrrell2021-05-131-2/+2
* Update copyrights to 2021.Kim Kulling2021-02-281-1/+1
* replace NULL and avoid ai_assert with more than 2 tests.Kim Kulling2020-06-231-4/+4
|\
| * Use verbose debug logging in certain placesMalcolm Tyrrell2020-05-151-1/+1
|/
* Updated copyright dates.Marc-Antoine Lortie2020-01-201-1/+1
* Stop JoinVerticiesProcess removing bones from mesh as per #2596Gordon MacPherson2019-08-191-25/+0
* Reorg of code.Kim Kulling2019-06-061-0/+463