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

Function OutputBone

engine/modelc/src/modelimporter_debug.cpp:98–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98static void OutputBone(int i, Bone* bone, int indent)
99{
100 OutputIndent(indent);
101 printf("#%d: %s idx: %u parent: %u node: %s inv_bind_pose:\n", i, bone->m_Name, bone->m_Index, bone->m_ParentIndex, bone->m_Node?bone->m_Node->m_Name:"null");
102 OutputMatrix(bone->m_InvBindPose);
103 printf("\n");
104}
105
106static void OutputSkin(Skin* skin, int indent)
107{

Callers 1

OutputSkinFunction · 0.85

Calls 2

OutputIndentFunction · 0.85
OutputMatrixFunction · 0.70

Tested by

no test coverage detected