SetForce() method Joint vs Link
I am trying to clarify the behaviour of joint::SetForce, as I understand the description, rather acts like the link::AddForce? As I understand it, link::SetForce will overwrite the force applied to the link regardless of physics. link::addforce add a force to what is already applied to the model. How does joint::setforce behaves?