NAME
Ogre::MaterialManager
SYNOPSIS
use Ogre;
use Ogre::MaterialManager;
# (for now see examples/README.txt)
DESCRIPTION
See the online API documentation at http://www.ogre3d.org/docs/api/html/classOgre_1_1MaterialManager.html
Note: this Perl binding is currently experimental and subject to API changes.
CLASS METHODS
Ogre::MaterialManager->getSingletonPtr()
Returns
INSTANCE METHODS
$obj->setDefaultTextureFiltering($fo)
Parameter types
Returns
- void
$obj->setDefaultAnisotropy($maxAniso)
Parameter types
Returns
- void
$obj->getDefaultAnisotropy()
Returns
AUTHOR
Scott Lanning <slanning@cpan.org>
For licensing information, see README.txt .