1. #1
    emcee's Avatar Senior Member
    Join Date
    Nov 2010
    Posts
    1,747

    Can you make the camera pan out gradually?

    I'm trying to get the camera to pan out to a side on view as I climb a mountain then pan back in again, but all I seem to be able to do is a sudden camera change?

    Any tips welcome please
    Share this post

  2. #2
    willyums's Avatar Senior Member
    Join Date
    Mar 2014
    Posts
    4,772

    Re: Can you make the camera pan out gradually?

    on the cameras object properties, make sure its set to 'interpolate' rather than 'cut'. you can adjust the speed of the interpolation aswell.
    Share this post

  3. #3
    Jarr3tt88's Avatar Senior Member
    Join Date
    Jan 2013
    Posts
    3,520

    Re: Can you make the camera pan out gradually?

    In the tutorial videos cannibal showed a zoom effect using data source. Attach the POV? # to a data source and have the number increase and decrease as desired (through a formula or the linear data source or curved ones).
    Share this post

  4. #4

    Re: Can you make the camera pan out gradually?

    Pretty much as Jarr3tt88 said. The tutorial video he's referring to is this one (it's quite a long one, and the camera part is at around the 7:25 mark):


    Though if you're looking to enable the Camera Object when, say, the player hits a trigger within the Camera Objects range, you'll find that the camera will probably move too quickly into position. To fix this, you'll need to animate the value of the Interpolation Amount of the Camera Object's Advanced Camera Settings from 0 to 100 so you get a nice gradual change. It'll still interpolate out as the player leaves the range of the Camera Object (be sure to enable the Camera Object with a State Event, NOT the Camera Event!).

    Hope that helps! Let us know how you get on.
    Share this post