Tutorial 7 -collision detection

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
WhytWulf

Tutorial 7 -collision detection

Post by WhytWulf »

I noticed in the tutorial, actually when I ran the example. You can climb walls , it seems to treat the vertical sliding the same as horizontal sliding, is there a way to turn disable vertical sliding.

I can see a possible use for it, as in Climbing up the wall like "Elder scrolls: daggerfall" but for a normal shooting FPS, it just doesn't seem right.

The only way I can think of a work around is to "pulse" the users input, so that the effects of gravity happen more often than the users input.. therefore not letting the user climb very high...

Can it be easily disabled, but keep the horizontal wall sliding..?

Thanks
[dx/x]=HUNT3R
Posts: 271
Joined: Sat Aug 23, 2003 5:52 pm
Location: Hurricane Central, Florida

Post by [dx/x]=HUNT3R »

We've been talking about this, check out the thread at http://irrlicht.sourceforge.net/phpBB2/ ... c.php?t=47
Post Reply