Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Making Spring Rod
#1
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]
Reply
#2
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!
Reply