Server based non rendering world
Posted: Sun Jan 30, 2005 3:00 am
I have an ogre setup on a server that I am trying to get working to use with connected clients.
I am getting the following error:
Is there something I need to do with materialmanager? I can't find a call to get the material manager to try and initialise it.
I am getting the following error:
I am using Ogre::DefaultHardwareBufferManager etc since I am not rendering items. I am just trying to store the scene state and manipulate it.-----------------------------------
Details:
-----------------------------------
Error #: 9
Function: SubEntity.setMaterialName
Description: Can't assign default material to SubEntity of Floor. Did you forget to call MaterialManager::initialise()?.
File: c:\program files\ogre\ogrenew\ogremain\src\ogresubentity.cpp
Line: 90
Stack unwinding: <<beginning of stack>>
Is there something I need to do with materialmanager? I can't find a call to get the material manager to try and initialise it.