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