Page 1 of 1

Since 0.14 getSceneNodeFromCoordinatesBB() errors..

Posted: Thu Dec 01, 2005 4:14 pm
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)?

Posted: Thu Dec 01, 2005 8:30 pm
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.

Posted: Thu Dec 01, 2005 8:57 pm
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.

Posted: Thu Dec 01, 2005 9:02 pm
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 :)

Posted: Fri Dec 02, 2005 9:37 am
by ColeZero
Thx now it works