Ogre WebKit

A place for users of OGRE to discuss ideas and experiences of utilitising OGRE in their games / demos / applications.
BlzFans
Gnoblar
Posts: 1
Joined: Fri Jan 18, 2013 10:54 am
x 1

Ogre WebKit

Post by BlzFans »

You do not have the required permissions to view the files attached to this post.
User avatar
nullChar
Gnoblar
Posts: 14
Joined: Sun Sep 09, 2012 4:20 am
x 3

Re: Ogre WebKit

Post by nullChar »

Care to explain?
petersvp
Gnoblar
Posts: 22
Joined: Fri Mar 08, 2013 12:50 pm
Location: Bulgaria

Re: Ogre WebKit

Post by petersvp »

nullChar wrote:Care to explain?
Do he need to explain? This demo is impressive! I will use this in my project!
However, it does NOT support custom fonts / CSS3 fonts.
bartekordek
Gnoblar
Posts: 3
Joined: Sun Oct 25, 2015 7:47 pm

Re: Ogre WebKit

Post by bartekordek »

Hi, I have a problem with this example:

Code: Select all

Cannot locate factory for element type Panel OverlayManager::createOverlayElement"
could You tell me what is wrong? I am using ogre 1.9.0 where i must initialize OgreOverlay by myself, I do it with:

Code: Select all

mRoot = OGRE_NEW Ogre::Root(mPluginsCfg);
Ogre::OverlayManager *om = OGRE_NEW Ogre::OverlayManager();
//mSceneMgr->addRenderQueueListener( om );
mWebPanelFactory = OGRE_NEW WebPanelOverlayElementFactory();
Ogre::OverlayManager::getSingleton().addOverlayElementFactory(mWebPanelFactory);
Everything works with .exe file which was inside this zip.