Ajustage de la correction positionnelle
This commit is contained in:
parent
e3d752a312
commit
c74e23ae28
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue