how to implement Character Controller in Bullet

hbd760112

28-09-2008 04:08:36

as the topic, i have no idea

nord666

28-09-2008 21:13:31

Hello,

you should check the demos of OgreBullet and Bullet.

You can do a Kinematic Character Control or a Dynamic Character Control.

Check the Bullet's demo for the Kinematic control (the dynamic isn't working).

Or use my own code for Dynamic control (it's working):

http://www.bulletphysics.com/Bullet/phpBB3/viewtopic.php?f=9&t=2518

I hope this will work for you!