01-29-2021, 03:35 PM
but I am using "output" only to draw nearestPoint. NextControlPoint and PreviousControlPoint is based on a "nearestSegment".
Closest Spline & control points loop in both directions
|
01-29-2021, 03:35 PM
but I am using "output" only to draw nearestPoint. NextControlPoint and PreviousControlPoint is based on a "nearestSegment".
01-29-2021, 10:54 PM
(01-29-2021, 03:35 PM)nehvaleem Wrote: but I am using "output" only to draw nearestPoint. NextControlPoint and PreviousControlPoint is based on a "nearestSegment". Hi again Sorry my previous message didn't make sense. I wrote it in a hurry knowing that I could not write a long one until now. Now that I am free again, here is the right answer: It all boils down to the concept of a segment. A segment is the curve between two CPs. In Curvy Splines the choice was made to represent a segment in the code with its first CP. So the curve between CP1 and CP2 will be represented by CP1. So when you call GetNearestPointTF:
I hope this helped. 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.
02-02-2021, 11:27 AM
That's explain a lot. Thanks for the clarification. That being said - is there a way just to iterate over control points in a loop? Or do I have to handle it by myself?
02-02-2021, 11:45 AM
Yes, you can do a for loop on yourSpline.ControlPointsList, or if you want to iterate indefinitely, use a while loop using an index that you increase at every iteration, and apply the % operator to keep you index between 0 and yourSpline.ControlPointsList.Count
Please consider leaving a review for Curvy. This will help a lot keeping Curvy relevant in the eyes of the Asset Store algorithm.
|
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
interpolate to nth control point | appropriate_ladder | 1 | 22 |
02-22-2021, 08:27 AM Last Post: _Aka_ |
|
Aligning objects from points on spline | Lupp_ | 4 | 89 |
02-20-2021, 05:14 PM Last Post: Lupp_ |
|
Spline extrusion gaps | kp123 | 1 | 41 |
02-19-2021, 09:30 PM Last Post: _Aka_ |
|
Import/Export, Spline from code | Mos Def | 1 | 111 |
01-27-2021, 08:47 PM Last Post: _Aka_ |