05-07-2022, 02:53 PM
(05-07-2022, 09:33 AM)Gauri7 Wrote: hello ,
thanks , this thing worked
i have one more question , can we have collision in only middle part of the rope ? ( no collision detection at end of the ropes only mid part)
You can control collision behavior for each individual particle in the rope. This is done using collision filters, see:
http://obi.virtualmethodstudio.com/manua...sions.html
In-editor, filters are specified for each control point in the blueprint. At runtime you can set the filter value for each particle by writing into the solver.filters array.