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

Function genericPlatRender

src/SB/Game/zPlatform.cpp:36–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34static void zPlatFM_Update(zPlatform* plat, xScene*, F32 dt);
35
36static void genericPlatRender(xEnt* ent)
37{
38 if (!ent->model || !xEntIsVisible(ent))
39 {
40 return;
41 }
42
43 xModelRender(ent->model);
44}
45
46void zPlatform_Init(void* plat, void* asset)
47{

Callers

nothing calls this directly

Calls 2

xEntIsVisibleFunction · 0.85
xModelRenderFunction · 0.85

Tested by

no test coverage detected