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

Function OutputNode

engine/modelc/src/modelimporter_debug.cpp:118–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118static void OutputNode(Node* node)
119{
120 printf("Node: %s : \n", node->m_Name);
121 printf(" local\n");
122 OutputMatrix(node->m_Local);
123 printf("\n world\n");
124 OutputMatrix(node->m_World);
125 printf("\n");
126}
127
128static void OutputNodeTree(Node* node, int indent)
129{

Callers 1

DebugSceneFunction · 0.85

Calls 1

OutputMatrixFunction · 0.70

Tested by

no test coverage detected