Ajustage de la correction positionnelle

This commit is contained in:
Mattéo Delabre 2016-03-27 23:00:11 +02:00
parent e3d752a312
commit c74e23ae28
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ namespace Constants {
* Correction positionnelle : pourcentage de correction * Correction positionnelle : pourcentage de correction
* et seuil de correction * et seuil de correction
*/ */
static constexpr float CORRECTION_PERCENTAGE = 1; static constexpr float CORRECTION_PERCENTAGE = .5f;
static constexpr float CORRECTION_THRESHOLD = .0001f; static constexpr float CORRECTION_THRESHOLD = .05f;
/** /**
* Masse par défaut d'un objet * Masse par défaut d'un objet