PolyVox
26-11-2007 01:05:53
Hi,
I thought I'd take a look at this project, possibly for using in my engine at some point. I couldn't get the demo to compile against CVS head, though. I got the following error:
Checking the Ogre docs I notice that 'createRenderTexture()' was deprecated in Ogre 1.4 so I guess it's finally been removed. It should be replaced with TextureManager::createManual() - i tried this but didn't really know what I was doing...
By the way, are there screenshots somewhere? The one's in the showcase thread don't seem to load.
Anyway, I look forward to trying it!
I thought I'd take a look at this project, possibly for using in my engine at some point. I couldn't get the demo to compile against CVS head, though. I got the following error:
c:\Users\David\Downloads\QuickGUIv0.9.7PreRelease\QuickGUIv0.9.7PreRelease\QuickGUIDemo\include\QuickGUIDemo.h(276) : error C2039: 'createRenderTexture' : is not a member of 'Ogre::RenderSystem'
Checking the Ogre docs I notice that 'createRenderTexture()' was deprecated in Ogre 1.4 so I guess it's finally been removed. It should be replaced with TextureManager::createManual() - i tried this but didn't really know what I was doing...
By the way, are there screenshots somewhere? The one's in the showcase thread don't seem to load.
Anyway, I look forward to trying it!