MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xShadowCameraCreate

Function xShadowCameraCreate

src/SB/Core/x/xShadow.cpp:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 return 0;
88 }
89 ShadowCamera->frameBuffer = ShadowCameraRaster;
90 return 1;
91}
92
93void xShadowSetWorld(RpWorld* world)
94{
95 RpWorldAddCamera(world, ShadowCamera);
96 SHADOW_BOTH = 2.0f;

Callers 1

xShadowInitFunction · 0.85

Calls 1

SetupShadowFunction · 0.70

Tested by

no test coverage detected