Revert "Turn on recovery as collisions only for floor snapping as this leads to unwanted behaviour for other surface than the floor."
This reverts commit 10395f5df2.
This commit is contained in:
parent
f74491fdee
commit
311cdd2571
4 changed files with 12 additions and 6 deletions
|
|
@ -524,7 +524,7 @@ public:
|
|||
bool collide_separation_ray = false;
|
||||
HashSet<RID> exclude_bodies;
|
||||
HashSet<ObjectID> exclude_objects;
|
||||
bool recovery_as_collision = false; // Don't report margin recovery as collision by default, only used for floor snapping.
|
||||
bool recovery_as_collision = false;
|
||||
|
||||
MotionParameters() {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue