Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extern/bullet/BulletDynamics/ConstraintSolver/ContactSolverInfo.h')
-rw-r--r--extern/bullet/BulletDynamics/ConstraintSolver/ContactSolverInfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/extern/bullet/BulletDynamics/ConstraintSolver/ContactSolverInfo.h b/extern/bullet/BulletDynamics/ConstraintSolver/ContactSolverInfo.h
index 83460771279..e262b1a599b 100644
--- a/extern/bullet/BulletDynamics/ConstraintSolver/ContactSolverInfo.h
+++ b/extern/bullet/BulletDynamics/ConstraintSolver/ContactSolverInfo.h
@@ -23,6 +23,7 @@ struct ContactSolverInfo
m_restitution = 0.f;
m_maxErrorReduction = 20.f;
m_numIterations = 10;
+ m_sor = 1.3f;
}
float m_tau;
@@ -32,7 +33,7 @@ struct ContactSolverInfo
float m_restitution;
int m_numIterations;
float m_maxErrorReduction;
-
+ float m_sor;
};