MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / debugDrawRootBone

Function debugDrawRootBone

CryAnimation/DebugUtils.cpp:149–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void 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
158void debugDrawBone (const Matrix44& rParent, const Matrix44& rBone, const float pColor[4])

Callers 1

debugDrawBonesMethod · 0.85

Calls 2

debugDrawSphereFunction · 0.85
debugDrawOctahedronFunction · 0.85

Tested by

no test coverage detected