Page 1 of 1

Character falls too slow

Posted: Thu Apr 16, 2009 11:48 am
by schulzor2004
Hallo,

I am using the character-Controller, that is shipped with the samples. So when my character jumps or falls down from a platform, it does it a little bit too slow for my opinion. How can I make my character fall down faster. When I let my character jump and then it falls down back to ground, this lasts a bit too long for my taste.

So what is the best way to achieve a faster falling down?

Thanks for answers

Re: Character falls too slow

Posted: Thu Apr 16, 2009 6:31 pm
by Norbo
The easiest way would be increasing gravity (space.simulationSettings.gravity). Chances are the 'slowness' you notice is caused by the character controller being quite large compared to a real human, so the default 9.81 m/s/s isn't sufficient to give the same effect. Shrinking the character would address the issue too, but it's a tiny bit more difficult (more fields to change).

Re: Character falls too slow

Posted: Fri Apr 17, 2009 12:01 pm
by schulzor2004
Thanks! that worked for me!