Page 1 of 1

what is the unit of measure of setWalkDirection() ?

Posted: Mon Jul 31, 2017 9:59 pm
by Furya
Hi,

My question is simple what is the unit of measure of function setWalkDirection() of btKinematicCharacterController ? (meters, centimeters, inch, Foot,...) ?

I'm french so I want to work with meters
For exemple If I want to move forward to 5 meters what I have to put like paramaters ??

Thanks

++

Re: what is the unit of measure of setWalkDirection() ?

Posted: Tue Aug 01, 2017 7:32 am
by S1L3nCe
Hi,

By default, Bullet assumes units to be in meters and time in seconds.

Edit: Please don't post Bullet support questions here, use http://www.bulletphysics.org/Bullet/php ... um.php?f=9

Re: what is the unit of measure of setWalkDirection() ?

Posted: Sat Aug 05, 2017 10:38 am
by Furya
thanks