Obi Official Forum
Making Spring Rod - 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: Making Spring Rod (/thread-2913.html)



Making Spring Rod - Oziko - 06-05-2021

Hello, I want to create a spring rod in Unity but the rod length on the SpringRod scene is too short for me. How can I make this spiral longer? When I bend it with my hand, it becomes very distorted. : /

[Image: fw7v9n.png]


RE: Making String Rod - josemendez - 06-05-2021

Hi,

That particular spiral was made using a script to place the path control points. Can be done by hand, but it's very time consuming and not as precise.

The script used can be found at /Obi/Samples/RopeAndRod/SampleResources/Scripts/SpiralCurve.cs

cheers!