Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
snap to the curve created by the curvy splines segment points
#3
(03-28-2024, 10:23 PM)_Aka_ Wrote: Hi,

Let's call Spline A the one used for the blue band, and Spline B the one used for the gray one.

If I understand you correctly, you want to automatically extend the length of Spline A so that it snaps on Snap B, while keeping the Spline A as a circle, right?

Assuming this what you want, this feature needs two things:
  1. The automatic extension of Spline A while staying a cirlcle.
  2. The snap on Spline B.


I will start with 2:
The API method CurvySpline.GetNearestPoint allows you to find the nearest point on Spline B from the end of Spline A. You can use it to snap the control point. This method can be used via API, or by attaching to your object the script Nearest Spline Point

About point 1:
You will have to place the control points and their Bezier handles in a way that form a circle or circular arc. You can use the implementation of CSPie and CsCircle for this.

Combining points 1 and 2:
If I had to do what you want to do, I would gradually make the circular spline longer, and check if spline B is close enough, and if yes i would position the last control point of Spline A to its nearest point on Spline B.

I hope this helped.
Have a nice day

I did it. Thank you.
Reply


Messages In This Thread
RE: snap to the curve created by the curvy splines segment points - by ShiroeYamamoto - 04-01-2024, 04:04 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Information New free asset: Converter For Unity Splines _Aka_ 9 26 05-17-2024, 09:35 AM
Last Post: _Aka_
  Twisting Splines ZiggZagg 6 11 05-14-2024, 04:48 PM
Last Post: _Aka_
  Help with procedural roads and splines ramiroflores 1 6 05-07-2024, 08:57 AM
Last Post: _Aka_
  Curvy Line Renderer for UI Spline? gekido 3 6 04-04-2024, 12:56 PM
Last Post: _Aka_

Forum Jump: