Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
542
void xModelSetMaterialAlpha(xModelInstance* model, U8 alpha)
543
{
544
iModelSetMaterialAlpha(model->Data, alpha);
545
}
546
547
void xModelMaterialMul(xModelInstance* model, F32 rm, F32 gm, F32 bm)
548
{
Callers
4
render_model_2d
Function · 0.85
xModelRenderSingle
Function · 0.85
render_tag_model
Function · 0.85
render_one_model
Function · 0.85
Calls
1
iModelSetMaterialAlpha
Function · 0.50
Tested by
no test coverage detected