Hi ! I try to create some damping to the door. Door is - RevoluteJoint + Box with offset, So, the door is openning by right click + change mouse position : float dY = mouseState.Y - Camera.Viewport.Height * 0.5f; dY = dY * Camera.Speed * dt; float total = currDoor.GetJointSide() == Vector3.Right ? -...