MCPcopy 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
16void xEnvSetup(xEnv* env)
17{
18 iEnvDefaultLighting(env->geom);
19 env->lightKit = NULL;
20 gCurXEnv = env;
21}
22
23void xEnvFree(xEnv* env)
24{

Callers 1

xSceneSetupFunction · 0.85

Calls 1

iEnvDefaultLightingFunction · 0.85

Tested by

no test coverage detected