TL:DR I’m trying to auto generate a spline curve based on a math equation.
I’ve made a few versions of this but it’s just not exactly what I’m looking for or is just way to complicated and messy.
- ON construction: Create a start point and end point in the spline
- Create a curve from those two points in the spline
- Store this spline curve for later use
- Allow adjustments without recalculation (making the curve go off to the left for example)
that’s it really. This isn’t really an area I mess around with much so I’m kinda scratching my head more than I should. Any help is appreciated.
as for the math equation of how the curve should be, it’s irrelevant and can be place holder numbers for now. It’s the actually spline generation I’m struggling with