Obi Official Forum

Full Version: How to make a rope turning at a point ??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Obi

I want to Pull a rope from A to C but turn at B, as attached.  

So how to make a rope turning at a point at runtime.

https://drive.google.com/file/d/1TB2_WLE...sp=sharing
What do you mean "turning at a point"? Do you mean just grabbing the rope and pulling it at runtime so it becomes curved? You can use the ObiParticlePicker/ObiParticleDragger components for this. They will let you pick and drag any particle along the rope at runtime using your mouse.

If you need more advanced interaction, you can directly access particle properties (positions, velocities, etc) to build your own interaction logic. See:
http://obi.virtualmethodstudio.com/manua...icles.html