IMeshBuffer Identification

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
disrupterx
Posts: 3
Joined: Sun Oct 14, 2007 6:44 am

IMeshBuffer Identification

Post by disrupterx »

Greetings

I need to know if its possible detect a collision beetwen the current camera and an specific IMeshBuffer of the unique IMesh of an 3ds scene.

Any help will very appreciated.

Thanks.
arras
Posts: 1622
Joined: Mon Apr 05, 2004 8:35 am
Location: Slovakia
Contact:

Post by arras »

Via IMeshBuffer interface you have access to its bounding box, vertices and indices. So yes, it is possible. There is however no ready function for that as far as I know. You have to code it yourself.
disrupterx
Posts: 3
Joined: Sun Oct 14, 2007 6:44 am

Post by disrupterx »

ok.

thanks
Post Reply