Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Weird behaviour
#3
(16-04-2021, 08:34 AM)josemendez Wrote: It's difficult to tell just from the video, but it looks like the rope is attached inside (or overlapping) a collider. This will cause a force-feedback loop, because the rope can't be simultaneously inside (that's what the attachment wants) and outside (that's what the collider wants).

The solution is to disable collision between the collider and the rope, using phases or deactivating the collider. See the last part of:
http://obi.virtualmethodstudio.com/tutor...aints.html

I really appreciate your quick reply. But, I didn't quite understand how to disable the collision from the collider to the rope "By setting the particle phase value to the same as the collider's, no contacts will be generated between them and collisions will not interfere with the pin constraint.". Base on added(same google drive link) screenshot, collider is not touching the rope.
Reply


Messages In This Thread
Weird behaviour - by dhon2407 - 16-04-2021, 08:28 AM
RE: Weird behaviour - by josemendez - 16-04-2021, 08:34 AM
RE: Weird behaviour - by dhon2407 - 16-04-2021, 10:04 AM
RE: Weird behaviour - by josemendez - 16-04-2021, 10:11 AM
RE: Weird behaviour - by dhon2407 - 16-04-2021, 10:34 AM
RE: Weird behaviour - by dhon2407 - 20-04-2021, 10:35 AM
RE: Weird behaviour - by josemendez - 20-04-2021, 11:32 AM
RE: Weird behaviour - by dhon2407 - 20-04-2021, 11:51 AM
RE: Weird behaviour - by dhon2407 - 21-04-2021, 08:24 AM
RE: Weird behaviour - by josemendez - 21-04-2021, 08:31 AM
RE: Weird behaviour - by dhon2407 - 21-04-2021, 08:45 AM
RE: Weird behaviour - by josemendez - 21-04-2021, 08:59 AM