Grom
23-02-2007 04:39:10
I got the newest OGRE from source and compiled it with no problems. I got the ogreaddons from cvs, and compiled the PLSM2, again with seemingly no problems (after I sorted out environment variables and paths)
When I try to do
I get the error
except I definately have Plugin_PagingLandScapeSceneManager2 included in my Plugins.cfg file. In fact when I comment out Octree and BSP, the log suggests that it loads all the terrain files, but it crashes before rendering anything with a send/dontsend.
Any suggestions?
When I try to do
sceneMgr = root->createSceneManager(ST_EXTERIOR_REAL_FAR, "MyScene");
sceneMgr->setWorldGeometry("paginglandscape2.cfg");
I get the error
OGRE EXCEPTION(2:InvalidParametersException): World geometry is not supported by the generic SceneManager. in SceneManager::setWorldGeometry at ..\src\OgreSceneManager.cpp (line 1299)
except I definately have Plugin_PagingLandScapeSceneManager2 included in my Plugins.cfg file. In fact when I comment out Octree and BSP, the log suggests that it loads all the terrain files, but it crashes before rendering anything with a send/dontsend.
Any suggestions?