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

Function iModelVertCount

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

Source from the content-addressed store, hash-verified

430}
431
432U32 iModelVertCount(RpAtomic* model)
433{
434 return model->geometry->numVertices;
435}
436
437static inline void SkinXform(xVec3* dest, const xVec3* vert, RwMatrix* mat, const RwMatrix* skinmat,
438 const F32* wt, const U32* idx, U32 count)

Callers 2

xModelAnimCollStartFunction · 0.85
xModelAnimCollRefreshFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected