NAME

Ogre::TextureManager

SYNOPSIS

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

DESCRIPTION

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

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

CLASS METHODS

Ogre::TextureManager->getSingletonPtr()

Returns

TextureManager *

INSTANCE METHODS

$obj->setDefaultNumMipmaps($num)

Parameter types

$num : size_t

Returns

void

AUTHOR

Scott Lanning <slanning@cpan.org>

For licensing information, see README.txt .