work-around for getSceneNodeFromScreenCoordinatesBB() ?

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
instinct
Posts: 87
Joined: Sat May 10, 2008 3:42 pm

work-around for getSceneNodeFromScreenCoordinatesBB() ?

Post by instinct »

I recently switched from 1.5 to 1.7.1 and noticed getSceneNodeFromScreenCoordinatesBB() returned wrong results. This is a known bug:
http://irrlicht.sourceforge.net/phpBB2/ ... bb&start=0

Does any1 know a work-around for this? I want to get the SceneNode which is being clicked on with the mouse.
randomMesh
Posts: 1186
Joined: Fri Dec 29, 2006 12:04 am

Re: work-around for getSceneNodeFromScreenCoordinatesBB() ?

Post by randomMesh »

According to hybrid, this issue has been fixed already. If you think it's still bugged, you should provide a minimal compilable snippet which reproduces the problem, so it can be investigated.
"Whoops..."
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Yes, all known collision issues should be fixed in 1.7.1 at least.
Post Reply