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

Function OutputEmissiveStrength

engine/modelc/src/modelimporter_debug.cpp:338–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338static void OutputEmissiveStrength(EmissiveStrength* p, int indent)
339{
340 OutputIndent(indent);
341 printf("emissive_strength\n");
342 OutputValue("emissive_strength", p->m_EmissiveStrength, indent+1);
343}
344
345static void OutputIridescence(Iridescence* p, int indent)
346{

Callers 1

OutputMaterialFunction · 0.85

Calls 2

OutputIndentFunction · 0.85
OutputValueFunction · 0.85

Tested by

no test coverage detected