Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bugs & updates needed: Curvy Move Along Spline Distance (Playmaker) not working
#7
(01-20-2014, 09:26 AM)'FritsLyn' Wrote: Then, just so you are aware: Move by world units is not allways 100% steady, specially closer to spline segments very far apart.
That's by design. CurvySpline.MoveBy (or setting "Use World Units" in custom actions) works by moving a small step, comparing distances and extrapolating that to move the desired length. It's fast and works without the need to actually precalculate length values, but the downside is that it can get inaccurate.

To overcome this, MoveByLengthFast() can be used, which actually works with cached length values (of course you'll need to set granularity to 20 or even higher, depending on your curve). There's not an option for this yet in the custom actions, but you can just change the custom action and replace MoveBy() with MoveByLengthFast().
Reply


Messages In This Thread

Possibly Related Threads…
Thread Author Replies Views Last Post
  Getting Distance from a World Point zorksox 3 5 04-16-2024, 07:30 PM
Last Post: _Aka_
  Curvy Line Renderer for UI Spline? gekido 3 6 04-04-2024, 12:56 PM
Last Post: _Aka_
  8.8.0 is live, and it improves Curvy Generator greatly _Aka_ 1 10 04-03-2024, 03:16 PM
Last Post: _Aka_
  snap to the curve created by the curvy splines segment points ShiroeYamamoto 3 11 04-02-2024, 02:24 PM
Last Post: _Aka_

Forum Jump: