Program skeleton without ExampleApplication.h

Nachtwind

19-10-2005 16:00:22

Hi does someone here have a skeleton of a Ogre Program, that does not need to have the exampleApplication? Or could someone describe what to do and how to set up a program? I didn't manage to do it yet :/

thelsdj

21-10-2005 20:12:55

What I did was copy the source of ExampleApplication.cs into my project.

You'll need to add a 'using OgreDotNet' reference to the file and maybe specify OgreDotNet namespace for the EventHandler variables.

Then just subclass the version in your project and hack away at it.

(Or you could remove the 'abstract' reference and turn CreateScene into a real method)