Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Spline controller orientation
#1
Hey ! 

First, thank you for this amazing asset, I think it's very well made and it fits my needs perfectly, good job !

I have a small question regarding the Orientation of the spline controller. 
Currently, my spline controller is oriented like this (green lines) :

[Image: E9vipqN.png]

As you can see, it's orientation doesn't follow the spline perfectly.
I'd like to know if there is a way to orient my controller perfectly toward the spline. (Green lines should almost merge with the spline)

Here my are my parameters: 

[Image: CWHGvFA.png]

I setup my controller on the spline using:

Code:
float nearestPoint = refSplineController.Spline.GetNearestPointTF(transform.position, Space.World);

refSplineController.Position = nearestPoint;


Thanks you and please let me know if you need any additional information.
Reply
#2
Hi
Thank you for the praise.
The tangents indeed look weird. Can you please send me the exported spline (the import/export menu), or the scene, or the project? Thanks
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Reply
#3
Hey,
Thanks to your hint I was able to make it work by recreating a new spline.
I'll send you the wrong spline if you need to investigate more.

Thank you for the quick answer, I'll be sure to leave a review !
Have a good day
Reply
#4
Thank you
Yes please, send me the one with the problem, I will have a look at it
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Reply
#5
Hi
After taking a look at your spline, I believe the issue is from the small number of cache points, which leads to the cached tangents not being precise. Increasing the number of cache points will solve the issue.
Improving the calculation of cached tangents for splines not densely cached enough is something I am planning to fix in the future.
Thanks for reporting the issue, and have a nice day
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
  Best way to duplicate a spline with an offset Kapistijn 7 210 02-07-2026, 07:59 PM
Last Post: _Aka_
Smile Constant speed along a spline? tfishell 1 403 11-13-2025, 11:32 AM
Last Post: _Aka_
  SplineController Ignores Follow-Up and Chooses Wrong Spline Josenildo 7 3,851 07-29-2025, 09:15 PM
Last Post: _Aka_
  Curvy Line Renderer for UI Spline? gekido 7 5,370 07-13-2025, 07:11 PM
Last Post: _Aka_

Forum Jump: