Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Newby lost, Trying to make a robe bridge
#4
(28-03-2022, 09:36 AM)oppay Wrote: At each end there's dupplicate of the same box here his value :

if I set both the rope/rod and the collider to collide with nothing, they act more 'normal' but i doubt that how this should work?

If you attach a rope inside a collider that's set to collide with the rope, the simulation will behave in a weird way. Think about it: you're asking the rope to stay inside a collider using an attachment, but at the same time to stay outside of it (since that's what collisions do). That's simply impossible to achieve, an object cannot be simultaneously inside and outside a volume.

You should use collision filters to solve this. Note that you don't need to set both the entire rope and the collider to "collide with nothing", you just want to set the endpoints of the rope to not collide with the collider's collision category. For more info on how filters work, see:
http://obi.virtualmethodstudio.com/manua...sions.html
Reply


Messages In This Thread
RE: Newby lost, Trying to make a robe bridge - by josemendez - 28-03-2022, 09:58 AM