collision detection on models

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Paradigm^
Posts: 6
Joined: Tue Oct 17, 2006 2:53 pm

collision detection on models

Post by Paradigm^ »

Hi,

I'm trying to modify the irrlicht demo file to get the running character (model2 in the source code) to have its own collision detection. Basically what I've done is change the waypoints so that one is in the middle of the room and one is inside the stairs. So far I've managed to get her to run *into* the stairs but that's obviously not what I want. So could anyone post a step-by-step guide to getting collision detection working in an animated character model?

Thanks,
-Paradigm
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

unfortunatley, collision detection doesn't work with flystraight animators. you should move your model manually, or create a new animator that suits your needs.
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
Post Reply