Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: jimmyneutron on September 20, 2015, 06:51:14 PM

Title: Ease Vector3 with a To Value updating every Frame
Post by: jimmyneutron on September 20, 2015, 06:51:14 PM
Pulling my hair out over this one.
I want to smoothly transition the target of my camera between separate objects that are all constantly moving in the scene.
The difficulty is that every method I try, it seems even though the variable is updating with the targets position, the tween itself only uses the variables information from the start of the tweening, meaning the slower the tween the more incorrect it becomes.
I was basically trying to 'crossfade' the influence of my camera between two sets of variables, but seems like I need to find another way.

Am I missing something obvious here? Would greatly appreciate any help
- troy.
Title: Re: Ease Vector3 with a To Value updating every Frame
Post by: mdotstrange on September 21, 2015, 06:23:28 PM
Have you tried using Smooth Look at to look at a game object variable?  then you just change the variable from one object to another