Files
assimp/code/AssetLib/FBX
Matt Penny e3b13a48a9 Fix incorrect FBX connection order (#6421)
PR #6120 fixed a macro which previously prevented std::unordered_multimap
from being used during FBX import when compiled with GCC.

This caused FBX::Element properties to be stored in arbitrary order,
but the order of connections ("C" properties) in FBX files matters.
The main issue I saw was incorrect materials.

This changes the type of FBX::ElementMap to always use std::multimap
(i.e., ordered). This was the behavior for years under GCC while the
broken macro was in use. Unordered containers are still used elsewhere
in the FBX importer to benefit from their performance.

Co-authored-by: Kim Kulling <kimkulling@users.noreply.github.com>
2025-12-11 21:42:45 +01:00
..
2025-03-26 00:12:55 +01:00
2025-11-16 20:05:50 +01:00
2025-11-10 23:29:03 +01:00
2025-03-26 00:12:55 +01:00
2025-03-26 00:12:55 +01:00
2025-03-26 00:12:55 +01:00
2025-03-26 00:12:55 +01:00
2025-03-26 00:12:55 +01:00
2025-11-16 20:05:50 +01:00
2025-11-16 20:05:50 +01:00