Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ set_alpha_blend
Function
set_alpha_blend
src/SB/Game/zEntPickup.cpp:1309–1313 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1307
// Uses int-to-float conversion
1308
1309
static void set_alpha_blend(xModelInstance* model)
1310
{
1311
model->PipeFlags &= ~0xFF0C;
1312
model->PipeFlags |= 0x6508;
1313
}
1314
1315
void zEntPickup_Render(zEntPickup* plist, U32 pcount)
1316
{
Callers
1
zEntPickup_Render
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected