How to implement friction in a physics engine based on "Advanced Character Physics"
- by paldepind
I have implemented a physics engine based on the concepts in the classic text Advanced Character Physics by Thomas Jakobsen. Friction is only discussed very briefly in the article and Jakobsen himself notes how "other and better friction models than this could and should be implemented."
Generally how could one implement a believable friction…