Ogre::RibbonTrail - Ogre::RibbonTrail documentation


Ogre documentation Contained in the Ogre distribution.

Index


Code Index:

NAME

Top

Ogre::RibbonTrail

SYNOPSIS

Top

  use Ogre;
  use Ogre::RibbonTrail;
  # (for now see examples/README.txt)

DESCRIPTION

Top

See the online API documentation athttp://www.ogre3d.org/docs/api/html/classOgre_1_1RibbonTrail.html

Note: this Perl binding is currently experimental and subject to API changes.

AUTHOR

Top

Scott Lanning <slanning@cpan.org>

For licensing information, see README.txt .


Ogre documentation Contained in the Ogre distribution.

package Ogre::RibbonTrail;

use strict;
use warnings;

use Ogre::RenderTarget;
our @ISA = qw(Ogre::BillboardChain);   # Ogre::Node::Listener


1;

__END__