package Ogre::Renderable; use strict; use warnings; 1; __END__ =head1 NAME Ogre::Renderable =head1 SYNOPSIS use Ogre; use Ogre::Renderable; # (for now see examples/README.txt) =head1 DESCRIPTION See the online API documentation at L B this Perl binding is currently I and subject to API changes. =head1 INSTANCE METHODS =head2 $obj->getSquaredViewDepth($cam) I =over =item $cam : Camera * =back I =over =item Real =back =head2 $obj->getNumWorldTransforms() I =over =item unsigned short =back =head2 $obj->getCastsShadows() I =over =item bool =back =head2 $obj->getPolygonModeOverrideable() I =over =item bool =back =head2 $obj->setPolygonModeOverrideable($override) I =over =item $override : bool =back I =over =item void =back =head1 AUTHOR Scott Lanning Eslanning@cpan.orgE For licensing information, see README.txt . =cut