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

Function iModelFile_RWMultiAtomic

src/SB/Core/gc/iModel.cpp:173–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173RpAtomic* iModelFile_RWMultiAtomic(RpAtomic* model)
174{
175 RpClump* clump;
176 RpAtomic* nextModel;
177
178 if (model == 0)
179 {
180 return 0;
181 }
182 else
183 {
184 clump = model->clump;
185 nextModel = model;
186 RpClumpForAllAtomics(clump, NextAtomicCallback, &nextModel);
187 return nextModel;
188 }
189}
190
191U32 iModelNumBones(RpAtomic* model)
192{

Callers 8

Model_ReadFunction · 0.50
PipeForAllSceneModelsFunction · 0.50
zCollGeom_EntSetupFunction · 0.50
zEntRecurseModelInfoFunction · 0.50
CutsceneShadowRenderFunction · 0.50
xEntLoadModelFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected