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

Function OutputVolume

engine/modelc/src/modelimporter_debug.cpp:318–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318static void OutputVolume(Volume* p, int indent)
319{
320 OutputIndent(indent);
321 printf("volume\n");
322 OutputArray("attenuation_color", p->m_AttenuationColor, indent+1);
323 OutputValue("attenuation_distance", p->m_AttenuationDistance, indent+1);
324 OutputValue("thickness_factor", p->m_ThicknessFactor, indent+1);
325 OutputTextureView("thickness_texture", &p->m_ThicknessTexture, indent+1);
326}
327
328static void OutputSheen(Sheen* p, int indent)
329{

Callers 1

OutputMaterialFunction · 0.85

Calls 4

OutputIndentFunction · 0.85
OutputArrayFunction · 0.85
OutputValueFunction · 0.85
OutputTextureViewFunction · 0.85

Tested by

no test coverage detected