Scott Lanning > Ogre > Ogre::ExampleApplication

Download:
Ogre-0.40.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

Ogre::ExampleApplication

SYNOPSIS ^

  package MyApplication;

  use Ogre::ExampleApplication;
  @ISA = qw(Ogre::ExampleApplication);

  # override methods...

DESCRIPTION ^

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.

AUTHOR ^

Scott Lanning <slanning@cpan.org>

For licensing information, see README.txt .