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

Function OutputSheen

engine/modelc/src/modelimporter_debug.cpp:328–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328static void OutputSheen(Sheen* p, int indent)
329{
330 OutputIndent(indent);
331 printf("sheen\n");
332 OutputArray("sheen_color_factor", p->m_SheenColorFactor, indent+1);
333 OutputValue("sheen_roughness_factor", p->m_SheenRoughnessFactor, indent+1);
334 OutputTextureView("sheen_color_texture", &p->m_SheenColorTexture, indent+1);
335 OutputTextureView("sheen_roughness_texture", &p->m_SheenRoughnessTexture, indent+1);
336}
337
338static void OutputEmissiveStrength(EmissiveStrength* p, int indent)
339{

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