Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xEnvSetup
Function
xEnvSetup
src/SB/Core/x/xEnv.cpp:16–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
void xEnvSetup(xEnv* env)
17
{
18
iEnvDefaultLighting(env->geom);
19
env->lightKit = NULL;
20
gCurXEnv = env;
21
}
22
23
void xEnvFree(xEnv* env)
24
{
Callers
1
xSceneSetup
Function · 0.85
Calls
1
iEnvDefaultLighting
Function · 0.85
Tested by
no test coverage detected