NxHashes_OgreNodeRenderable undeclared identifier

cyanbeck

03-05-2008 12:35:09

Hi, I am new to NxOgre.
I downloaded the latest NxOgre (revision 21) today,
and have built it without any problems.

Now I am going to build Cakebox, which is also revision 21.
After I fixed Identifier to mIdentifer and IdentifierType to mIdentifierUsage at Ln 216 - 217,
I got this error:
'NxHashes_OgreNodeRenderable' : undeclared identifier

I searched the forum and entire NxOgre solution,
there is no such word NxHashes_OgreNodeRenderable could be found.

I have no idea how to do now.
Can anyone help me, please?

Appreciate in advance.

Gohla

03-05-2008 14:04:31

Just comment out that if statement or change it to be always true, the SmartActor isn't used in cake yet (i think :P)

Also in the cpp file change this:
mWorld = new World("timecontroller: ogre");
to this:
mWorld = new World("time-controller: ogre");

or else the simulation won't start.

FriedChicken

04-05-2008 03:57:50

try this instead: NxOgreClass_OgreNodeRenderable

BTW: I really DON'T like your location description.

cyanbeck

04-05-2008 10:12:52

Thank you both, Gohla and FriedChicken.
I can run cake now! :)

betajaen

04-05-2008 10:18:44

Huzzah!