From 73a80e5509e8715b7ac4a85913c056edda6bc5ea Mon Sep 17 00:00:00 2001 From: Ovnuniarchos Date: Wed, 18 Nov 2015 16:56:26 +0100 Subject: Added definition of bias solver. --- doc/base/classes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index da53cb90a5..83c14231ea 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -30608,6 +30608,7 @@ This method controls whether the position between two cached points is interpola Use a custom solver bias. No need to change this unless you really know what you are doing. + The solver bias is a factor controlling how much two colliding objects "rebound" off each other, to avoid them getting into each other, because of numerical imprecision. @@ -30646,6 +30647,8 @@ This method controls whether the position between two cached points is interpola + + @@ -30656,6 +30659,8 @@ This method controls whether the position between two cached points is interpola + + -- cgit v1.2.3