PatrickB3
16-06-2006 23:12:20
OK after a couple ( at least ) days of fighting with the different versions all over the place this is where I am...
1.2.1 of Ogre
Latest from CVS OgreAddons
MapSplitter works fine. ( Thank you very very very much whomever did the Wiki pages, sorry I forgot who you are )
MapEditor - So @&&#ed not worth bothering with.
Plugin - builds fine
Demo - asserts on the default map but choosing ignore means it doesn't crash just a little ugly
Now putting it in my program:
Was a terrain scene manager app
Now I call:
Instead of the terrian scene magager calls.
I'm trying the default map from the demo though my own map does almost exactly the same thing.
That thing is an assert in OgrePagingLandScapeTexture.cpp at around line 361. I added the error to the Ogre Log just so I can see it and what I get is:
In my own map the same thing happens except it says Image must exist...
I'm pretty sure I copied over all the materials, scripts, and such.
Any one have a clue to why this is happening? BTW unlike the Demo asserts which says something about stretch modes. This error cannot be ignored.
1.2.1 of Ogre
Latest from CVS OgreAddons
MapSplitter works fine. ( Thank you very very very much whomever did the Wiki pages, sorry I forgot who you are )
MapEditor - So @&&#ed not worth bothering with.
Plugin - builds fine
Demo - asserts on the default map but choosing ignore means it doesn't crash just a little ugly
Now putting it in my program:
Was a terrain scene manager app
Now I call:
mSceneMgr = mRoot->createSceneManager("PagingLandScapeSceneManager", "PagingLandScapeDemo" );
mSceneMgr->setWorldGeometry( "paginglandscape2.cfg" );
Instead of the terrian scene magager calls.
I'm trying the default map from the demo though my own map does almost exactly the same thing.
That thing is an assert in OgrePagingLandScapeTexture.cpp at around line 361. I added the error to the Ogre Log just so I can see it and what I get is:
14:39:32: InstantBaseTextureShadowed Must exists in thePLSM2group
In my own map the same thing happens except it says Image must exist...
I'm pretty sure I copied over all the materials, scripts, and such.
Any one have a clue to why this is happening? BTW unlike the Demo asserts which says something about stretch modes. This error cannot be ignored.