Ogre Engine Rendering Setup Screen and Cegui

Anything and everything that's related to OGRE or the wider graphics field that doesn't fit into the other forums.
Post Reply
Prosorinos
Gnoblar
Posts: 21
Joined: Thu Oct 09, 2014 5:48 am
Location: Patras, Greece

Ogre Engine Rendering Setup Screen and Cegui

Post by Prosorinos »

Greetings,

i got cegui 0.8 build and ready. i need to run the samples in order to see if everything working with the ogrerenderer. What files do i need in order for the rendering setup to show the details and proceed with the execution and if someone knows where to copy them although i need to know the files first. these screenshots may help you understand my problem:

Image

and after i hit the GO! button
Image
User avatar
Herb
Orc
Posts: 412
Joined: Thu Jun 04, 2009 3:21 am
Location: Kalamazoo,MI
x 38

Re: Ogre Engine Rendering Setup Screen and Cegui

Post by Herb »

You need to have a plugins file to indicate what DLL's (plugins) to load dynamically at runtime. The name of the file will be in your source code, but in there you would indicate (for example) what render system you want (usually the Direct3D9 or GL system).
Prosorinos
Gnoblar
Posts: 21
Joined: Thu Oct 09, 2014 5:48 am
Location: Patras, Greece

Re: Ogre Engine Rendering Setup Screen and Cegui

Post by Prosorinos »

So which file i need to copy over from ogre to cegui folder? the plugins.cfg?
User avatar
Herb
Orc
Posts: 412
Joined: Thu Jun 04, 2009 3:21 am
Location: Kalamazoo,MI
x 38

Re: Ogre Engine Rendering Setup Screen and Cegui

Post by Herb »

That's usually what most ogre samples use for it. Obviously you'll need the right plugins in the file for whatever you're trying to run.
Post Reply