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

Function xModelRender

src/SB/Core/x/xModel.cpp:422–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422void xModelRender(xModelInstance* model)
423{
424 while (model != NULL)
425 {
426 if (xModelBucketEnabled)
427 {
428 xModelBucket_Add(model);
429 }
430 else
431 {
432 xModelRenderSingle(model);
433 }
434 model = model->Next;
435 }
436}
437
438void xModelRender2D(const xModelInstance& model, const basic_rect<F32>& r, const xVec3& from,
439 const xVec3& to)

Callers 11

RenderMethod · 0.85
zEntSimpleObj_RenderFunction · 0.85
genericTikiRenderFunction · 0.85
loveyTikiRenderFunction · 0.85
RenderExtraMethod · 0.85
render_missleFunction · 0.85
genericPlatRenderFunction · 0.85
RenderFrozenPlayerMethod · 0.85
xEntBoulder_RenderFunction · 0.85
modelRenderCBFunction · 0.85
xEntRenderFunction · 0.85

Calls 2

xModelBucket_AddFunction · 0.70
xModelRenderSingleFunction · 0.70

Tested by

no test coverage detected