murderv
20-08-2007 16:27:37
i just tried to implement quickgui in my app but it crashes in this method:
MouseCursor* GUIManager::createMouseCursor(const Ogre::Vector2& dimensions)
{
>>>> Ogre::String material = "qgui.pointer";
return createMouseCursor(dimensions,material);
}
ERROR:
OGRE EXCEPTION(5:ItemIdentityException): Could not find material qgui.pointer in OverlayElement::setMaterialName at c:\ogrenew\ogremain\src\ogreoverlayelement.cpp (line 330)
i simply create qgui manager and its sheet.
does it load anything from a file? i dont see anything in the zip files..
anyone?
thanks in advance
MouseCursor* GUIManager::createMouseCursor(const Ogre::Vector2& dimensions)
{
>>>> Ogre::String material = "qgui.pointer";
return createMouseCursor(dimensions,material);
}
ERROR:
OGRE EXCEPTION(5:ItemIdentityException): Could not find material qgui.pointer in OverlayElement::setMaterialName at c:\ogrenew\ogremain\src\ogreoverlayelement.cpp (line 330)
i simply create qgui manager and its sheet.
does it load anything from a file? i dont see anything in the zip files..
anyone?
thanks in advance