I'm getting one line like this for every mesh that ogrecollada loads into ogre:
WARNING: Mesh instance 'mesh16-geometry' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded.
Is the original file wrongly formed?
Logged In: YES
user_id=1567724
Originator: NO
I have no idea how this will be done since each mesh, skeleton and material needs a manual resource loader, so when any one of them needs to be reloaded that specific entity needs to be extracted from the COLLADA document...Maybe that could work. Implement an 'extract' feature so that individual elements can be loaded / reloaded from a COLLADA document as opposed to loading everything from the COLLADA document.