skorpio
05-05-2008 04:37:17
Hello,
I'm trying to get to the data stored inside an overlay file from the file name
For Example:
Example-Dyn Tex.overlay has
Example/DynTexOverlay
Example/VolTexOverlay
I can get to the resources but then I get stuck
I would like to use this at the end.
I can't get to the data. Any help would be appreciated.
Thank,
I'm trying to get to the data stored inside an overlay file from the file name
For Example:
Example-Dyn Tex.overlay has
Example/DynTexOverlay
Example/VolTexOverlay
I can get to the resources but then I get stuck
self.overlayList = ogre.ResourceGroupManager.getSingleton().findResourceNames("General", "*.overlay")
I would like to use this at the end.
self.ogreWin.showDebugOverlay(True, overlay)
I can't get to the data. Any help would be appreciated.
Thank,