NAME

Ogre::Frustum

SYNOPSIS

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

DESCRIPTION

See the online API documentation at http://www.ogre3d.org/docs/api/html/classOgre_1_1Frustum.html

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

INSTANCE METHODS

$obj->setNearClipDistance($Real nearDist)

Parameter types

$Real nearDist : (no info available)

Returns

void

$obj->setFarClipDistance($Real farDist)

Parameter types

$Real farDist : (no info available)

Returns

void

$obj->setAspectRatio($Real ratio)

Parameter types

$Real ratio : (no info available)

Returns

void

$obj->getAspectRatio()

Returns

Real

AUTHOR

Scott Lanning <slanning@cpan.org>

For licensing information, see README.txt .