Render cam examples (SOLVED)

Hiya,

I’m using the rendercam library by ross grams. I’ve read through this usage guide https://github.com/rgrams/rendercam/#rendercam but i can’t figure out how to change the camera follow speed (its following my player game object)

can anyone help me out? sorry for asking such a simple question. Are there any practical render cam examples i could dissect?

1 Like

When reading the API, it seems that the rendercam.follow_lerp_speed is a good candidate for a first try.
Or, you could overwrite the rendercam.follow_lerp_func() altogether to change the behavior.

4 Likes

ah thank you! sorry i missed it :confused: life saver.

2 Likes

That should definitely be more clear in the Readme, I will try to fix that.

2 Likes