Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xShadowSetWorld
Function
xShadowSetWorld
src/SB/Core/x/xShadow.cpp:83–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
{
82
return 0;
83
}
84
ShadowCameraRaster = ShadowRasterCreate(res);
85
if (ShadowCameraRaster == NULL)
86
{
87
return 0;
88
}
89
ShadowCamera->frameBuffer = ShadowCameraRaster;
90
return 1;
Callers
1
iCameraAssignEnv
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected