Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ shadowRayModelCB
Function
shadowRayModelCB
src/SB/Core/x/xShadowSimple.cpp:160–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
}
159
160
RpCollisionTriangle* shadowRayModelCB(RpIntersection* isx, RpCollisionTriangle* tri, F32 dist,
161
void* data)
162
{
163
return shadowRayCB(isx, NULL, tri, dist, data);
164
}
Callers
nothing calls this directly
Calls
1
shadowRayCB
Function · 0.70
Tested by
no test coverage detected