Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Nearest Point
#1
Hi guys, 

Total newbie here....

I have set up the script to move to nearest point like in the demo. But is there a way for this object to jump to the next point ahead of the player?

So instead of following it fly's ahead?

I suppose a dirty way of doing this would be to have an empty game object with a faster speed on the first spline then have the secondary follower to follow this instead.

but is there an easy way of doing this through code?
Reply
#2
so got around this with what i said above which isn't a big deal. But is there a way to following object speed up instead of snapping to the point in front?

Thanks.
Reply
#3
Hi,

First get the nearest point's TF from the player using the method GetNearestPointTF.
Then, if necessary, convert TF to distance using TFToDistance
Add the value you want to your TF or distance. This will give your the TF or distance of the point ahead of the player
Finally, use Interpolate or InterpolateByDistance to get the 3D coordinates of the new point.
All methods referenced here are documented at this link: https://api.curvyeditor.com/520/class_fl...pline.html
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Reply
#4
(04-22-2019, 12:00 PM)_Aka_ Wrote: Hi,

First get the nearest point's TF from the player using the method GetNearestPointTF.
Then, if necessary, convert TF to distance using TFToDistance
Add the value you want to your TF or distance. This will give your the TF or distance of the point ahead of the player
Finally, use Interpolate or InterpolateByDistance to get the 3D coordinates of the new point.
All methods referenced here are documented at this link: https://api.curvyeditor.com/520/class_fl...pline.html

Thank you Smile
Reply
#5
You are welcome Smile
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  12_Train junction point richardzzzarnold 5 2,116 04-16-2025, 02:19 PM
Last Post: _Aka_
  OnAfterControlPointAdded - Control Point is null jh092 5 1,671 02-04-2025, 09:31 PM
Last Post: _Aka_
  How to generate gameobject on the control point Yang Yi 1 930 12-10-2024, 10:14 PM
Last Post: _Aka_
  Getting Distance from a World Point zorksox 3 1,226 04-16-2024, 07:30 PM
Last Post: _Aka_

Forum Jump: