2d 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
German_man
Posts: 16
Joined: Sat May 06, 2006 4:36 am

2d collision

Post by German_man »

Ok im making a tetris clone game, i know how to do collision detection with 3d things, but the game is entirely in 2d. Is there a way and how to do collision detection with 2d objects? thanks in advance
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

There have been several topics on this. At least Emil Halim's library is featuring some of these things, but maybe some other solutions are possible, too. Try to search for those postings.
German_man
Posts: 16
Joined: Sat May 06, 2006 4:36 am

Post by German_man »

ok cool, didn't notice that be he updated the 2d library w/ collision detection.
Post Reply