Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  How to make a rope turning at a point ??
#1
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
Reply
#2
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
Reply