pmndrs / ecctrl

🕹️ A floating rigibody character controller
MIT License
465 stars 49 forks source link

Can I change the followCam position? #39

Closed ElkiotBear closed 3 months ago

ElkiotBear commented 3 months ago

I want to set the followCam position a little higher on the y-axis, but i have no idea how to do it. i've played with the camInitDis property but still not ideal.

ErdongChen-Andrew commented 3 months ago

You can set camInitDir={{ x: 0.2, y: 0 }} in v1.0.71. I have just fixed this feature 😅

ElkiotBear commented 3 months ago

Got it. Thanks for the great library! Love it!