Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Headtrip on September 26, 2013, 04:41:36 PM

Title: anyone have advice or an action for adding ease in/out to Curvey? (Spline tool)
Post by: Headtrip on September 26, 2013, 04:41:36 PM
Does anyone have advice or an action for adding ease in/out to Curvey's playmaker actions?Would be amazing to ease camera animation on paths instead of as dead stop/start... 
Is there a way to add an ease with another action?
Thanks!!!

Curvy thread
 http://forum.unity3d.com/threads/170355-RELEASED-Curvy-Fast-Spline-Interpolation/page7?p=1369755&posted=1#post1369755
Title: Re: anyone have advice or an action for adding ease in/out to Curvey? (Spline tool)
Post by: jeanfabre on September 27, 2013, 02:23:27 AM
Hi,

 You can do this using a simply float interpolator and then use "curvygetValue" action.

 BUT, I found that this action had a small glitch, so I corrected it and provided a working sample as well. So it features the CurvyGetValue with a fix.

 Bye

Jean
Title: Re: anyone have advice or an action for adding ease in/out to Curvey? (Spline tool)
Post by: Jake on September 27, 2013, 03:09:45 AM
Big thanks for the example, Jean! The bug is fixed in the new version of pmCurvy.
Title: Re: anyone have advice or an action for adding ease in/out to Curvey? (Spline tool)
Post by: jeanfabre on September 27, 2013, 04:27:41 AM
You are welcome!

Bye,

Jean
Title: Re: anyone have advice or an action for adding ease in/out to Curvey? (Spline tool)
Post by: Headtrip on September 27, 2013, 12:13:22 PM
that's great! Can you confirm this works on an object, on a path/spline? (Before i purchase). I want to parent a camera to an object that I move along a path, easing at start,end or along the way.
Thank you!
Title: Re: anyone have advice or an action for adding ease in/out to Curvey? (Spline tool)
Post by: jeanfabre on September 27, 2013, 03:15:51 PM
Hi,

 What do you mean easing along the way? It seems you want to control the speed based on interactive parameters actually. Easing in and out is "fixed" somewhat, based on the position on the path, not on external parameters.

 bye,

 Jean
Title: Re: anyone have advice or an action for adding ease in/out to Curvey? (Spline tool)
Post by: Headtrip on September 27, 2013, 03:40:21 PM
Stopping at a point along the path, waiting, then continuing along the path.  The eases would be for when I stop and start...if there's a better way, I don't know about it yet ;) Interactive parameters...sounds interesting, I'll look into it. I'm a noob, So thank you!
Title: Re: anyone have advice or an action for adding ease in/out to Curvey? (Spline tool)
Post by: Headtrip on September 27, 2013, 08:50:28 PM
Is your ease added as a pull down choice? I have another path tech that has a pulldown for ease in and ease out, with mulitple types.  Anything math based is beyond me at this point...  Thanks!
Title: Re: anyone have advice or an action for adding ease in/out to Curvey? (Spline tool)
Post by: jeanfabre on September 30, 2013, 02:05:58 AM
Hi,

 Can you rephrase? I am not making sense of this? have you looked at the sample? do you understand where the ease was implemented?

bye,

 Jean
Title: Re: anyone have advice or an action for adding ease in/out to Curvey? (Spline tool)
Post by: Headtrip on September 30, 2013, 02:11:54 AM
Sorry, i dont own it so i cant try it out.
I'm using camera animator, it has a pull down menu for easevatvpounts. I seen this in others as well. Its ok, im hoing to stick with it
Thank you for your help!