Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ BoneInfoSortPred
Class
BoneInfoSortPred
engine/modelc/src/modelimporter_gltf.cpp:1281–1287 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1279
};
1280
1281
struct BoneInfoSortPred
1282
{
1283
bool operator()(const BoneSortInfo& a, const BoneSortInfo& b) const
1284
{
1285
return a.m_Index < b.m_Index;
1286
}
1287
};
1288
1289
static void CopyBone(Bone* dst, Bone* src)
1290
{
Callers
1
SortSkinBones
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected