package Ogre::AnimationStateSet;

use strict;
use warnings;


1;

__END__
=head1 NAME

Ogre::AnimationStateSet

=head1 SYNOPSIS

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

=head1 DESCRIPTION

See the online API documentation at
 L<http://www.ogre3d.org/docs/api/html/classOgre_1_1AnimationStateSet.html>

B<Note:> this Perl binding is currently I<experimental> and subject to API changes.

=head1 AUTHOR

Scott Lanning E<lt>slanning@cpan.orgE<gt>

For licensing information, see README.txt .

=cut