playMaker

Author Topic: [1.5.4.f3] (solved)Set position broken  (Read 2246 times)

sachaMagne

  • Playmaker Newbie
  • *
  • Posts: 9
[1.5.4.f3] (solved)Set position broken
« on: April 10, 2013, 01:23:44 AM »
Hi,

I tried to use set position to move a camera using Last Update but the event doesn't seems to be trigged. It works well, minus jittering, when every frame is checked.

I tried using local/global variable to feel the action without any luck.

thanks
« Last Edit: April 10, 2013, 02:11:11 AM by sachaMagne »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: [1.5.4.f3] Set position broken
« Reply #1 on: April 10, 2013, 01:28:33 AM »
Hi,

 that's not the action itself that is broken, it's the feature you are trying to implement.

It is a known problem that if you try to follow a physics based object with a camera you will get jitter if you don't follow on the late update. It might be your case here right?

also, where doe the event you try to trigger is? set Position doesn't have any events.

bye,

 Jean
 

sachaMagne

  • Playmaker Newbie
  • *
  • Posts: 9
Re: [1.5.4.f3] Set position broken
« Reply #2 on: April 10, 2013, 01:37:18 AM »
i was trying to snaps my camera from 3rd pers pov to 1st.

I found the "problem": You need to check both Per frame and Late Update to have the Late Update called...

*Facepalm*