Problem Hydrax Resource Group

exmifrator

26-08-2010 12:12:57

I compiled Hydrax with ogre 1.7, and eveything went well, but im getting errors loading resources because the Hydrax Resource Group isnt being created.

Any Idea how to do this?

After Compiling the Hydrax in Desktop Dir, i copied the code to my ogre include dir, and the dlls to bin, and the libs to lib dir. Is this correct?

exmifrator

26-08-2010 13:14:40

Got it working...
Created and edited Hydrax Group in resources_d.cfg and resources.cfg

Now im getting an error on function:
mSceneMgr->setWorldGeometry("Island.cfg");

giving me this error in the log file:
OGRE EXCEPTION(2:InvalidParametersException): World geometry is not supported by the generic SceneManager. in SceneManager::setWorldGeometry at ../../../../../OgreMain/src/OgreSceneManager.cpp (line 1554)

exmifrator

26-08-2010 16:41:35

OK, its working now,

had this: mSceneMgr = mRoot->createSceneManager(Ogre::ST_GENERIC);

should be: mSceneMgr = mRoot->createSceneManager("TerrainSceneManager");