| 147 | } |
| 148 | |
| 149 | void debugDrawRootBone (const Matrix44& rBone, float fSize, const float pColor[4]) |
| 150 | { |
| 151 | Matrix34 m34=Matrix34(GetTransposed44(rBone)); |
| 152 | debugDrawSphere (m34, fSize, pColor); |
| 153 | |
| 154 | debugDrawOctahedron(rBone, fSize*2, pColor); |
| 155 | } |
| 156 | |
| 157 | |
| 158 | void debugDrawBone (const Matrix44& rParent, const Matrix44& rBone, const float pColor[4]) |
no test coverage detected