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

Function xModelSetMaterialAlpha

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

Source from the content-addressed store, hash-verified

540}
541
542void xModelSetMaterialAlpha(xModelInstance* model, U8 alpha)
543{
544 iModelSetMaterialAlpha(model->Data, alpha);
545}
546
547void xModelMaterialMul(xModelInstance* model, F32 rm, F32 gm, F32 bm)
548{

Callers 4

render_model_2dFunction · 0.85
xModelRenderSingleFunction · 0.85
render_tag_modelFunction · 0.85
render_one_modelFunction · 0.85

Calls 1

iModelSetMaterialAlphaFunction · 0.50

Tested by

no test coverage detected