| 2997 | } |
| 2998 | |
| 2999 | void RiggedObject::SetAnimUpdatePeriod(int _anim_update_period) { |
| 3000 | anim_update_period = _anim_update_period; |
| 3001 | } |
| 3002 | |
| 3003 | mat4 RiggedObject::GetIKTargetTransform(const std::string& target_name) { |
| 3004 | int bone = skeleton_.simple_ik_bones[target_name].bone_id; |
no outgoing calls
no test coverage detected