MCPcopy Create free account
hub / github.com/defold/defold / CopyBone

Function CopyBone

engine/modelc/src/modelimporter_gltf.cpp:1289–1294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1287};
1288
1289static void CopyBone(Bone* dst, Bone* src)
1290{
1291 // While it's not a POD type, we copy all data as-is
1292 // We aren't running a destructor on the stale data
1293 memcpy(dst, src, sizeof(Bone));
1294}
1295
1296static void CalcIndicesDepthFirst(BoneSortInfo* infos, const Bone* bone, uint32_t* index)
1297{

Callers 1

SortSkinBonesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected