Modify default value for restitutionVelocityThreshold

This commit is contained in:
Daniel Chappuis 2019-06-26 12:09:19 +02:00
parent 74b442077f
commit 9740c699dc

View File

@ -129,7 +129,7 @@ struct WorldSettings {
decimal defaultBounciness = decimal(0.5);
/// Velocity threshold for contact velocity restitution
decimal restitutionVelocityThreshold = decimal(1.0);
decimal restitutionVelocityThreshold = decimal(0.5);
/// Default rolling resistance
decimal defaultRollingRestistance = decimal(0.0);