Obi Official Forum

Full Version: Remove particles when touching the collision
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to remove particles when they touch the collision? I'm looking at the 'Raclette' sample and can't figure out how to remove them.
(02-02-2024, 09:39 AM)dorubk Wrote: [ -> ]Is there a way to remove particles when they touch the collision? I'm looking at the 'Raclette' sample and can't figure out how to remove them.

Hi,

You can just set their lifetime to zero. You can find an example of this in the manual:
http://obi.virtualmethodstudio.com/manua...sions.html

let me know if you need further help,

kind regards
(02-02-2024, 09:47 AM)josemendez Wrote: [ -> ]Hi,

You can just set their lifetime to zero. You can find an example of this in the manual:
http://obi.virtualmethodstudio.com/manua...sions.html

let me know if you need further help,

kind regards
Thank you! I got all the information I needed!