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

Function OutputTransmission

engine/modelc/src/modelimporter_debug.cpp:293–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293static void OutputTransmission(Transmission* p, int indent)
294{
295 OutputIndent(indent);
296 printf("transmission\n");
297 OutputValue("transmission_factor", p->m_TransmissionFactor, indent+1);
298 OutputTextureView("transmission_texture", &p->m_TransmissionTexture, indent+1);
299}
300
301static void OutputIor(Ior* p, int indent)
302{

Callers 1

OutputMaterialFunction · 0.85

Calls 3

OutputIndentFunction · 0.85
OutputValueFunction · 0.85
OutputTextureViewFunction · 0.85

Tested by

no test coverage detected