1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00
This commit is contained in:
Lars Mueller 2025-01-20 20:11:41 +01:00
parent 46cd7b28a6
commit 19ea7c8e50

View file

@ -409,6 +409,7 @@ void SkinnedMesh::recalculateBaseBoundingBoxes() {
calculateBufferBoundingBoxes();
}
// TODO this can be removed: Our API guarantees topo sorting if we prevent mutation
void SkinnedMesh::topoSortJoints()
{
size_t n = AllJoints.size();