Ogre::ExampleApplication - Ogre::ExampleApplication documentation


Ogre documentation  | view source Contained in the Ogre distribution.

Index


SYNOPSIS

Top

  package MyApplication;

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

  # override methods...

DESCRIPTION

Top

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

Top

Scott Lanning <slanning@cpan.org>

For licensing information, see README.txt .


Ogre documentation  | view source Contained in the Ogre distribution.