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

Function OutputIor

engine/modelc/src/modelimporter_debug.cpp:301–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301static void OutputIor(Ior* p, int indent)
302{
303 OutputIndent(indent);
304 printf("transmission\n");
305 OutputValue("ior", p->m_Ior, indent+1);
306}
307
308static void OutputSpecular(Specular* p, int indent)
309{

Callers 1

OutputMaterialFunction · 0.85

Calls 2

OutputIndentFunction · 0.85
OutputValueFunction · 0.85

Tested by

no test coverage detected