| 625 | } |
| 626 | |
| 627 | void CKinematics::LL_GetBindTransform(xr_vector<Fmatrix>& matrices) |
| 628 | { |
| 629 | matrices.resize(LL_BoneCount()); |
| 630 | RecursiveBindTransform(this, matrices, iRoot, Fidentity); |
| 631 | } |
| 632 | |
| 633 | void BuildMatrix(Fmatrix& mView, const float invsz, const Fvector norm, const Fvector& from) |
| 634 | { |