Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get Closest Point on Spline
#1
Hello everyone,

I am new to curvy splines. I want to hop a CurvySpline track that's at the nearest controPoint the gameobject is near.

How am I am able to calculate where to set the SplineController position to?

Also, am I able to access each fragment position between controlPoints?


Reply
#2
Hi

CurvySpline.GetNearestPoint(...) returns the nearest point on a spline.

CurvySpline.GetNearestPointTF(...) returns the nearest point on a spline and its TF value.

To position your spline controller accordingly:
yourSplineController.RelativePosition = nearestTF

More is explained in the documentation of these methods/components. Also, the example scene 05_NearestPoint can be of help if you struggle to use the GetNearestPoint method.

Did this help?
Have a nice day
Please consider leaving a review for Curvy. This will help a lot keeping Curvy relevant in the eyes of the Asset Store algorithm.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Curvy Line Renderer for UI Spline? gekido 1 1 Yesterday, 10:12 PM
Last Post: _Aka_
  Get position of all control points for a spline gekido 1 2 Yesterday, 10:08 PM
Last Post: _Aka_
Bug Changing spline connection in inspector causes splines to revert to defaults lacota 3 6 03-18-2024, 07:55 PM
Last Post: _Aka_
  GO can't fit end of the spline GameDeveloperek4123 3 13 03-04-2024, 11:06 AM
Last Post: _Aka_

Forum Jump: