Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Create spline at run time
#1
Hello Smile 

First of all love the asset. 

I have something that my character throws that i want to return to him using a spline now since i don't always know where the player will throw the object i need to create it at runtime (i think) 

is something like this possible and if so how? Big Grin
Reply
#2
Hi
Thanks for loving Curvy Splines, the world needs more love Big Grin
Yes you can use the API to create splines. Check api.curvyeditor.com for detailed information, and for some useful information: https://curvyeditor.com/documentation/extend/apigeneral
If and when you feel like it, please leave a review for the asset, that helps a lot.
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
#3
And to give more details, something like:
Code:
var spline = CurvySpline.Create();

//set up your spline
spline.Interpolation = ...;
spline.Add(...);
spline....
....
yourSplineController.Spline = spline;
yourSplineController.Play();
yourSplineController.Speed = ...;
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
  Programming a first-person player/camera to follow a Curvy Spline kenmarold 1 2 05-21-2023, 05:03 PM
Last Post: _Aka_
  Odd behavior when drawing spline ricke 11 28 05-15-2023, 12:28 PM
Last Post: _Aka_
  When is it required to check if the spline / generator as initialized? Lupos 1 1 05-15-2023, 12:04 PM
Last Post: _Aka_
  Can Curve Spline be used for an in game level editor. Lupos 29 50 05-12-2023, 02:15 AM
Last Post: Lupos

Forum Jump: