| Ogre documentation | Contained in the Ogre distribution. |
Ogre::Frustum
use Ogre; use Ogre::Frustum; # (for now see examples/README.txt)
See the online API documentation athttp://www.ogre3d.org/docs/api/html/classOgre_1_1Frustum.html
Note: this Perl binding is currently experimental and subject to API changes.
Parameter types
Returns
Parameter types
Returns
Parameter types
Returns
Returns
Scott Lanning <slanning@cpan.org>
For licensing information, see README.txt .
| Ogre documentation | Contained in the Ogre distribution. |
package Ogre::Frustum; use strict; use warnings; use Ogre::MovableObject; use Ogre::Renderable; our @ISA = qw(Ogre::MovableObject Ogre::Renderable); 1; __END__