(19-10-2021, 10:26 AM)Matbee Wrote: Hello everyone, I want to know if my ropes are crossing, for that I want to check the position of the leftmost and rightmost points of my rope, how can I access all the points of my rope? I tried to get them through ObiRopeBlueprints points array, but nothing came of it, it displays the length of 0. ThanksCan't I get the global position of a particle in space? And in general, if, for example, I have a very small value for the number of particles, how can I get, for example, a point from the middle of the rope?
(19-10-2021, 10:26 AM)Matbee Wrote: Hello everyone, I want to know if my ropes are crossing, for that I want to check the position of the leftmost and rightmost points of my rope, how can I access all the points of my rope? I tried to get them through ObiRopeBlueprints points array, but nothing came of it, it displays the length of 0. Thanks
_rope.solver.actors[0].particleCount. I got the number of particles of the actor, but the list of all particles how can i get?