pmndrs / ecctrl

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

Character spinning wildly and then flying off and losing context #48

Open campbellgoe opened 2 months ago

campbellgoe commented 2 months ago

Hi,

I have quite a high poly count at the moment and it seems to upset the engine.

If there is too much, the character starts to spin wildly out of control.

Isn't there some way to stabilise the character and why is this happening?

Thanks.

ErdongChen-Andrew commented 2 months ago

Try to use smaller values for autoBalanceDampingC and autoBalanceDampingOnY, or disable the autoBalance prop to prevent this issue entirely.