Beginner Want Help

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

Beginner Want Help

Post by Guest »

Hello , i come to use irrlicht for the first time
i want to develop 3d RTS game ,but i have problem
Can irrlicht detect which Mesh or which Terrain in the Screen
that mouse Click ?
thanks
saigumi
Posts: 921
Joined: Fri Aug 22, 2003 11:31 am
Location: St. Louis, MO USA
Contact:

Post by saigumi »

Yep..

virtual ISceneNode* irr::scene::ISceneCollisionManager::getSceneNodeFromScreenCoordinatesBB ( core::position2d< s32 > pos,
s32 idBitMask = 0
) [pure virtual]
Crud, how do I do this again?
Post Reply