Detecting collision with the walls.

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
Guest

Detecting collision with the walls.

Post by Guest »

I added a cube (with addTestSceneNode() ) in my bsp world. I can move it with the keyboard.
How detect the collisions with the walls ?

Thanks.

Sam.
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

Just do it like in the collision tutorial, create a triangle selector for your cube and add it with a collision animator to your camera.
Guest

Post by Guest »

Thanks a lot ! :lol:

Sam
Post Reply