Since 0.14 getSceneNodeFromCoordinatesBB() errors..

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
ColeZero
Posts: 20
Joined: Wed Jul 27, 2005 2:33 pm

Since 0.14 getSceneNodeFromCoordinatesBB() errors..

Post by ColeZero »

I'am using the getSceneNodeFromCoor....but in 0.14 this Method doesn't work
correctly anymore.
i mean the method works imprecisely.
Does Niklaus change anything in this method or what?
Am i'm forced to use the old irrlicht-version(0.12)?
Guest

Post by Guest »

if thats true, this release is the worst ever. because getSceneNodeFromCoor... is a function that i _have_ to rely on 10000%, its one of the most important to me.
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

Yes, sorry, I just tested it, and I really changed the method. Just replace the aabbox.h file from 0.14.0 with the old one from 0.12.0, recompile the engine and everything should be fine again. sorry.
Guest

Post by Guest »

niko wrote:Yes, sorry, I just tested it, and I really changed the method. Just replace the aabbox.h file from 0.14.0 with the old one from 0.12.0, recompile the engine and everything should be fine again. sorry.
thank you very much for this quick solution niko :)
ColeZero
Posts: 20
Joined: Wed Jul 27, 2005 2:33 pm

Post by ColeZero »

Thx now it works
Post Reply