mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 04:12:09 +02:00
FBX node IDs aren't alphanumerically ordered per logical structure
This commit is contained in:
parent
4cd130dd63
commit
a7ec4501e6
1 changed files with 0 additions and 5 deletions
|
@ -1481,11 +1481,6 @@ FBXGeometry* FBXReader::extractFBXGeometry(const QVariantHash& mapping, const QS
|
|||
}
|
||||
while (!remainingModels.isEmpty()) {
|
||||
QString first = *remainingModels.constBegin();
|
||||
foreach (const QString& id, remainingModels) {
|
||||
if (id < first) {
|
||||
first = id;
|
||||
}
|
||||
}
|
||||
QString topID = getTopModelID(_connectionParentMap, models, first, url);
|
||||
appendModelIDs(_connectionParentMap.value(topID), _connectionChildMap, models, remainingModels, modelIDs, true);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue