how 3rd person camera !!and!! collision??

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
the-wolf
Posts: 6
Joined: Thu Feb 24, 2005 8:22 pm
Location: germany

how 3rd person camera !!and!! collision??

Post by the-wolf »

hello,
well, i wanted to make a little game using a 3rd-person-camera. i just wrote some funtions that enslaved the normal camera object for that, but i have little problem using collision detection.
i attach the collision-response-animator to the player-node, which i think is sufficient for now. as you can see, gravity works in the beginning, but i can still walk through walls then!
i think the problem is, that my movement-handling is in the wrong place, but i don't know, where it has to be!

sample
(i know, few comments, i hate myself for that)
Post Reply