Rope Interaction in Development - Printable Version +- Obi Official Forum (https://obi.virtualmethodstudio.com/forum) +-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html) +--- Forum: Obi Rope (https://obi.virtualmethodstudio.com/forum/forum-4.html) +--- Thread: Rope Interaction in Development (/thread-2675.html) |
Rope Interaction in Development - jackhanneway - 01-01-2021 Hi, I just had a quick question on how to make knots and turns during development? It seems that only when in Play mode that the ropes start interacting. How can I move them around to get a set up like this? The ropes detect and interact with each other normally in play but I want to move them around in development so I can create this setup. Thank you! RE: Rope Interaction in Development - josemendez - 02-01-2021 (01-01-2021, 08:52 PM)jackhanneway Wrote: Hi, Hi! Have you tried attachments? http://obi.virtualmethodstudio.com/tutorials/attachments.html Also, the ObiParticleDragger component might help if you want a basic example of interacting using the mouse cursor. If you need more advanced/specific interaction, you can use the particle API: http://obi.virtualmethodstudio.com/tutorials/scriptingparticles.html |