playMaker

Author Topic: Slowly shift the FOV float between two numbers over X time?  (Read 969 times)

westingtyler

  • Sr. Member
  • ****
  • Posts: 277
    • My Video Game Projects Web Site
Slowly shift the FOV float between two numbers over X time?
« on: October 28, 2018, 05:44:17 AM »
I want to slowly shift the FOV of the camera from a high value to a low one when the player changes views. (90 in first person, 60 in 3rd person.)

I can't figure out how to do it. I got Float Lerp and Float Lerp advanced, but it just seems to jiggle between the high and low value.

I thought lerp was a continuous operation that moved from one number to the other? What action should I use to slide one number to the other?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Slowly shift the FOV float between two numbers over X time?
« Reply #1 on: October 28, 2018, 06:06:38 PM »
Hi.
I believe you are looking for 'Float Interpolate'