Archives

Amnuriak

14-04-2010 12:21:11

Is there a summary/guide on the whole of the archive/ressource system ? The short guide in the webpage really is too short - imho. I'd like to do
NxOgre::Mesh* pMesh = NxOgre::MeshManager::getSingleton()->load("media:test.nxs"); but the system will tell me it can't read the protocol. This does not surprise me since Path::set() reads the protocol by scanning for an occurance of "://" to identify the protocol. Yet this apparently works for other users who run this code without the exception.
As an opposing example
NxOgre::Path path("file://E:/TestDir/testFile.txt"); will work just fine for me.
How come ?

My goal is to load-in and write-out all kinds of data - of course only such that is supported but at least mesh (.nxs) files. The happens in the context of a mesh converter/generator so I must asume meshes to be going in both ways, in and out.

betajaen

14-04-2010 12:23:21

Check your PM. ;)