How can I control character going up stairs?

sxk8087

28-08-2008 08:11:29

I want to control character going up stairs or going up steps.
What should I do???

K-Bal

28-08-2008 08:36:05

Just make an invisible mesh around your staircase that the character can walk on.

Aiursrage2k

29-08-2008 15:48:33

Found this post that has an example where the character will climbs stairs, using a bunch of raycasts.
http://www.ogre3d.org/phpBB2addons/view ... ight=climb

programing maniac

29-08-2008 16:27:13

Well, there are many ways, but I would say the way k-bal suggested is the best, and it would require the least amount of work. :D