The OgreNewt DemoApplications

Eldarion

21-06-2007 11:08:59

Hi

after i worked through the wiki tutorial, i want to add a object with TreeCollsion and a Object with a ConvexHull. So I wanted to take a look on the DemoApplications. But if i Want to compile any of them, i always get the error that setNormaliseNormal was not found in Ogre::Entity and getWorldPosition was not found in Ogre::SceneNode.

I think thats a version problem in Ogre. Maybe this functions are not available in Eihort. is that right? but i'm new to ogre and i don't know what functions i can use instead of them.
Can anybody tell me?

Eldarion

walaber

21-06-2007 17:39:06

those functions should work with the latest version of Ogre... what version do you have?

Eldarion

21-06-2007 20:22:26

i have eihort 1.4.1.

walaber

21-06-2007 23:01:11

something must be wrong, those functions definitely exist!

Eldarion

22-06-2007 09:05:58

i'm just wondering what happining here. i updated to ogre 1.4.2 and it works now. i don't know why, but it works. maybe there was a corrupted header in 1.4.1 or so.

faultygearbox

13-07-2007 10:16:44

I had (have) the same problem.

I got my Ogre from the cvs (ogrenew).
And instead I had to use getPosition instead of getWorldPosition.

And SetNormaliseNormal didn't exist either, so I skipped is alltogether.. :/

Is this correct?

walaber

13-07-2007 17:39:05

yes, those functions have changed for Ogre 1.5.x (Shoggoth)... which is the current CVS HEAD branch of Ogre.