lo-th / Oimo.js

Lightweight 3d physics engine for javascript
http://lo-th.github.io/Oimo.js
MIT License
3.05k stars 301 forks source link

Friction doesn't seem to work? #64

Open gregmax17 opened 6 years ago

gregmax17 commented 6 years ago

I have a plane and a sphere, both with a friction of 0.8. If I have the sphere be tossed on the plane, it will roll infinitely.

The friction doesn't appear to be slowing down the bodies even in the examples. Why is this ignored?

kevzettler commented 5 years ago

Seems same issue as #47