collision events

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
Cleves
Posts: 224
Joined: Mon Sep 08, 2003 6:40 pm

collision events

Post by Cleves »

Hey all,

I wanted to ask how can i generate events based on collision? for example when a car collides with a building and explostion will occur

Thanks
Yo

Post by Yo »

You'l have to build your own collision messaging system because irrlicht doesn't handle collision on that level.

the simplest thing would be to loop through your gameobject and check for collision of each of them against the collidable objects in the world.

(...., doesn't help much, does it? :wink: )
Post Reply