Modification of the friction coefficient

git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@378 92aac97c-a6ce-11dd-a772-7fcde58d38e6
This commit is contained in:
chappuis.daniel 2010-08-23 19:54:54 +00:00
parent f0d7117a66
commit deaa0cf5d8

View File

@ -29,7 +29,7 @@
namespace reactphysics3d {
// Constants
const double FRICTION_COEFFICIENT = 0.1; // Friction coefficient
const double FRICTION_COEFFICIENT = 0.5; // Friction coefficient
const double PENETRATION_FACTOR = 1.0; // Penetration factor (between 0 and 1) which specify the importance of the
// penetration depth in order to calculate the correct impulse for the contact