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
  Disable a spline's gizmo when not selected or disabled. mikechr2000 1 97 02-03-2025, 09:34 AM
Last Post: _Aka_
Information Questions regarding spline colliders and collisions with rigidbodies Spyboticer 7 354 01-20-2025, 12:25 PM
Last Post: _Aka_
  Updated package in 2022 LTS resulted in multiple errors scr33ner 2 100 01-13-2025, 09:32 AM
Last Post: _Aka_
  Extrude mesh along spline. New and confused user GhostStalker 3 121 01-02-2025, 09:58 AM
Last Post: _Aka_

Forum Jump: