what is the unit of measure of setWalkDirection() ?

Please don't post Bullet support questions here, use the above forums instead.
Post Reply
Furya
Posts: 24
Joined: Tue Sep 22, 2015 1:34 pm

what is the unit of measure of setWalkDirection() ?

Post 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

++
S1L3nCe
Posts: 50
Joined: Thu Mar 24, 2016 10:22 am
Location: France

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

Post 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
Last edited by S1L3nCe on Fri Aug 25, 2017 5:20 pm, edited 2 times in total.
Furya
Posts: 24
Joined: Tue Sep 22, 2015 1:34 pm

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

Post by Furya »

thanks
Post Reply