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

Function xModelSetFrame

src/SB/Core/x/xModel.h:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157xVec3 xModelGetBoneLocation(const xModelInstance& model, u32 index);
158
159inline void xModelSetFrame(xModelInstance* modelInst, const xMat4x3* frame)
160{
161 xMat4x3Copy((xMat4x3*)modelInst->Mat, frame);
162}
163
164inline xMat4x3* xModelGetFrame(xModelInstance* modelInst)
165{

Callers 10

InitMethod · 0.85
RotAddDeltaMethod · 0.85
TimestepMethod · 0.85
TypData_RotMatSetMethod · 0.85
TypData_RotMatApplyMethod · 0.85
render_modelFunction · 0.85
render_model_2dFunction · 0.85
render_tag_modelFunction · 0.85
render_one_modelFunction · 0.85
xEntResetFunction · 0.85

Calls 1

xMat4x3CopyFunction · 0.85

Tested by

no test coverage detected