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

Function xModelBucket_Init

src/SB/Core/x/xModelBucket.cpp:245–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245void xModelBucket_Init()
246{
247 if (sBucketDummyCamera)
248 {
249 RpWorldRemoveCamera(sBucketDummyWorld, sBucketDummyCamera);
250 iCameraDestroy(sBucketDummyCamera);
251 RpWorldDestroy(sBucketDummyWorld);
252 sBucketDummyCamera = NULL;
253 sBucketDummyWorld = NULL;
254 }
255}
256
257xModelBucket** xModelBucket_GetBuckets(RpAtomic* data)
258{

Callers 1

zSceneInitFunction · 0.85

Calls 1

iCameraDestroyFunction · 0.70

Tested by

no test coverage detected