jbaicoianu / elation-vrcade

WebGL VR Arcade
1 stars 1 forks source link

Add friction for collisions #13

Open jbaicoianu opened 9 years ago

jbaicoianu commented 9 years ago

Currently collisions are being resolved without taking friction into account, which is mostly noticeable when balls bounce without spinning. The C++ version of Cyclone has code for handling collision resolution with friction, we just need to port it over to JS.