| Ogre documentation | view source | Contained in the Ogre distribution. |
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 .
| Ogre documentation | view source | Contained in the Ogre distribution. |