MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / LimbUpdate

Method LimbUpdate

ogsr_engine/xrGame/IKLimbsController.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void CIKLimbsController::LimbUpdate(CIKLimb& L)
60{
61 VERIFY(m_object->Visual()->dcast_PKinematicsAnimated());
62 L.Update(m_object, m_legs_blend, _pose_extrapolation);
63}
64
65IC void update_blend(CBlend*& b)
66{

Callers

nothing calls this directly

Calls 3

VisualMethod · 0.80
UpdateMethod · 0.45

Tested by

no test coverage detected