| Ogre documentation | view source | Contained in the Ogre distribution. |
package MyFrameListener; use Ogre::ExampleFrameListener; @ISA = qw(Ogre::ExampleFrameListener); # override methods... package MyApplication; # ... my $framelistener = MyFrameListener->new(); $root->addFrameListener($framelistener);
This is a port of OGRE's Samples/Common/include/ExampleFrameListener.h. 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. |