Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to make fast moving controller go all the way to linear points?(curvy8)
#8
About time scale I understand that change it is not an option. I changed it only to show the root of the issue.

A solution using controllers might be to use the On Control Point Reached event to force the controller to not overshoot the CP in one frame. That way you will ensure all frames have their starting position and end position on the same segment. This will avoid the particle emitter going diagonal. This will of course make the controller movement not regular.

In concrete terms, listen to the OnControlPointReached event, and in the listener update the controller position to the desired value and set the Cancel value of the event's argument (instance of CurvySplineMoveEventArgs) to false.

I hope this helped.
Please consider leaving a review for Curvy Splines, this helps immensely. Thank you.
Reply


Messages In This Thread
RE: how to make fast moving controller go all the way to linear points?(curvy8) - by _Aka_ - 06-06-2023, 09:47 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Create Mesh Node, Make Static Options rickgplus 1 2,033 01-23-2025, 10:12 AM
Last Post: _Aka_
  Is it possible to make the face at the end of mesh? Chanon 3 2,723 11-14-2024, 04:38 PM
Last Post: _Aka_
  Can't set CG Path Controller j95677 4 3,708 10-04-2024, 06:55 PM
Last Post: j95677
  Moving Platform Kokoriko49 8 5,074 09-23-2024, 09:20 AM
Last Post: _Aka_

Forum Jump: