Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Find TF value for multiple objects along a spline
#1
After using SplinePathCloneBuilder to place objects along a spline, I would like to move the objects along the spline by a set amount every time the user provides input.  Is there a way to get the TF value of each object that is aligned to the spline?  
 
Reply
#2
Hi,

not directly. If you need to fetch the TF's only once (e.g. at the start of your scene), you can use CurvySpline.GetNearestPointTF() for each object's position. Calling this very often might be too slow depending on the amount of objects and spline length. In this case I would calculate the TF manually (i.e. use the same calculations like the CloneBuilder does).

However, that's a good feature idea for the future CloneBuilder.

Jake
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Curvy Line Renderer for UI Spline? gekido 1 1 43 minutes ago
Last Post: _Aka_
  Get position of all control points for a spline gekido 1 2 47 minutes ago
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: