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

Function iMorphRender

src/SB/Core/gc/iMorph.cpp:260–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260void iMorphRender(RpAtomic* model, RwMatrix* mat, S16** v_array, S16* weight, U32 normals,
261 F32 scale)
262
263{
264 MorphCommon(model, mat, v_array, weight, normals, scale, 1);
265 if (s_alloc != NULL)
266 {
267 xMemPopTemp(s_alloc);
268 s_alloc = NULL;
269 }
270 return;
271}
272
273void FastS16unpack(F32* dest, S16* v, S32 count, F32 scale)
274{

Callers 1

xMorphRenderFunction · 0.85

Calls 2

xMemPopTempFunction · 0.85
MorphCommonFunction · 0.70

Tested by

no test coverage detected