pmndrs / ecctrl

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

Is it possible to disable character movements? #42

Open Gafy33 opened 3 months ago

Gafy33 commented 3 months ago

In my project, I have html components that open on top of the scene. But the character continues to move if I press the keys. Is it possible to disable them?

ErdongChen-Andrew commented 2 months ago

Maybe comment out the < KeyboardControls > in that case? 🤔