Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
547
void xModelMaterialMul(xModelInstance* model, F32 rm, F32 gm, F32 bm)
548
{
549
iModelMaterialMul(model->Data, rm, gm, bm);
550
}
551
552
void xModelResetMaterial(xModelInstance* model)
553
{
Callers
1
xModelRenderSingle
Function · 0.85
Calls
1
iModelMaterialMul
Function · 0.50
Tested by
no test coverage detected