Mouse pick clicks missing.

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
cederron
Posts: 53
Joined: Thu Jul 13, 2006 11:35 pm

Mouse pick clicks missing.

Post by cederron »

Hello all,

I'm using irrlicht 1.1(not the latest version) to write an application, it works great for my purposes.
However I have done a routine to implement mouse picking but it misses some clicks.
It seems that around a 10% of clicks getSceneNodeFromScreenCoordinatesBB returns null, but I'm clicking a node.
Is this a known bug? Is it known how to fix it? Maybe is it fixed in the svn ?

Thank you all!
cederron
Posts: 53
Joined: Thu Jul 13, 2006 11:35 pm

Post by cederron »

Well, a quick search returned a few interesting discussions about it.
Yes, i asked before searching :oops: sorry about that.
Post Reply