pmndrs / ecctrl

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

Can be support TransformControls? #37

Closed ouronghuang closed 3 months ago

ouronghuang commented 3 months ago

I want to use TransformControls to automatically disable the built-in controller. But I couldn't find the corresponding parameter to control it. If using disableFollowCam, the camera position will suddenly change.

ErdongChen-Andrew commented 3 months ago

You can setup disableFollowCamPos and disableFollowCamTarget to keep the camera position when it is disabled.

ouronghuang commented 3 months ago

Thank you.

ErdongChen-Andrew commented 3 months ago

NP! Thank you for your PR! 👍