Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Particles ignore collisions
#1
Hello again,

Any way to have certain particles ignore a collision with a sticky object? 

for example, if the particle is removed from a collider it will ignore all future collisions?
or like if the ball gets stuck on cloth and the ball is then removed, the particles on the cloth that the ball interacted with, will no longer be "sticky"


I tried playing around with stick impulse, but no luck.

Thanks
Reply
#2
(06-09-2019, 11:55 PM)neecko Wrote: Hello again,

Any way to have certain particles ignore a collision with a sticky object? 

for example, if the particle is removed from a collider it will ignore all future collisions?
or like if the ball gets stuck on cloth and the ball is then removed, the particles on the cloth that the ball interacted with, will no longer be "sticky"


I tried playing around with stick impulse, but no luck.

Thanks

Set the particle's phase to that of the collider. Particles / colliders with the same phase ignore each other. See:
http://obi.virtualmethodstudio.com/tutor...sions.html
http://obi.virtualmethodstudio.com/tutor...icles.html
Reply