MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xModelMaterialMul

Function xModelMaterialMul

src/SB/Core/x/xModel.cpp:547–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

545}
546
547void xModelMaterialMul(xModelInstance* model, F32 rm, F32 gm, F32 bm)
548{
549 iModelMaterialMul(model->Data, rm, gm, bm);
550}
551
552void xModelResetMaterial(xModelInstance* model)
553{

Callers 1

xModelRenderSingleFunction · 0.85

Calls 1

iModelMaterialMulFunction · 0.50

Tested by

no test coverage detected