NAME

Ogre::Viewport

SYNOPSIS

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

DESCRIPTION

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

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

INSTANCE METHODS

$obj->setBackgroundColour($colour)

Parameter types

$colour : ColourValue *colour

Returns

void

$obj->getActualWidth()

Returns

int

$obj->getActualHeight()

Returns

int

AUTHOR

Scott Lanning <slanning@cpan.org>

For licensing information, see README.txt .