comment
This commit is contained in:
parent
d8826c751e
commit
d99711e749
@ -435,7 +435,7 @@ void b3SpringCloth::UpdateContacts()
|
|||||||
{
|
{
|
||||||
// The contact persists
|
// The contact persists
|
||||||
|
|
||||||
// Is the contact constraint still violated?
|
// Has the contact constraint been satisfied?
|
||||||
if (c0.Fn <= -B3_FORCE_THRESHOLD)
|
if (c0.Fn <= -B3_FORCE_THRESHOLD)
|
||||||
{
|
{
|
||||||
// Contact force is attractive.
|
// Contact force is attractive.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user