summaryrefslogtreecommitdiffstats
path: root/servers/physics/space_sw.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2019-02-16 13:45:01 -0300
committerJuan Linietsky <reduzio@gmail.com>2019-02-16 13:45:01 -0300
commitee464f56c440ee158fe28f7d3b750280bc63890d (patch)
tree9dccf6d98cf3e09a7a91e462f190f7d1442352f4 /servers/physics/space_sw.h
parentc54330c6b0530d0fdc836f7349c4725eb7f309cb (diff)
downloadredot-engine-ee464f56c440ee158fe28f7d3b750280bc63890d.tar.gz
Add a minimum treshold for acquiring rest contacts to avoid numerical precision issues. Fixes #25074
Diffstat (limited to 'servers/physics/space_sw.h')
-rw-r--r--servers/physics/space_sw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/servers/physics/space_sw.h b/servers/physics/space_sw.h
index ae6f349e51..3aaa552845 100644
--- a/servers/physics/space_sw.h
+++ b/servers/physics/space_sw.h
@@ -96,6 +96,7 @@ private:
real_t contact_max_separation;
real_t contact_max_allowed_penetration;
real_t constraint_bias;
+ real_t test_motion_min_contact_depth;
enum {