
Ogre::ExampleApplication

package MyApplication; use Ogre::ExampleApplication; @ISA = qw(Ogre::ExampleApplication); # override methods...

This is a port of OGRE's Samples/Common/include/ExampleApplication.h. As the name implies, it's an example of how to do things. You can subclass it to customize it how you want. See the examples referred to in examples/README.txt.

Scott Lanning <slanning@cpan.org>
For licensing information, see README.txt .