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
Please consider leaving a review for Curvy. This will help a lot keeping Curvy relevant in the eyes of the Asset Store algorithm.
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
Please consider leaving a review for Curvy. This will help a lot keeping Curvy relevant in the eyes of the Asset Store algorithm.
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
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
  Set Volume to the Volume Controller at Runtime pako88 2 10 04-08-2024, 03:26 PM
Last Post: _Aka_
  Curvy Line Renderer for UI Spline? gekido 3 6 04-04-2024, 12:56 PM
Last Post: _Aka_
  Get position of all control points for a spline gekido 1 6 03-28-2024, 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_

Forum Jump: