19-10-2021, 10:50 AM
(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
Hi there,
Blueprints are similar to prefabs: they're just "instructions" to build (instantiate) a rope. At runtime, particle data is contained in the solver.
Check out the manual's page for particle scripting, let me know if you have further questions:
http://obi.virtualmethodstudio.com/manua...icles.html