The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

MaterialManager *

INSTANCE METHODS

$obj->load($String name, $String group, $bool isManual=false, $ManualResourceLoader *loader=0)

Parameter types

$String name : (no info available)
$String group : (no info available)
$bool isManual=false : (no info available)
$ManualResourceLoader *loader=0 : (no info available)

Returns

Material *

$obj->setDefaultTextureFiltering($fo)

Parameter types

$fo : int

Returns

void

$obj->setDefaultAnisotropy($maxAniso)

Parameter types

$maxAniso : unsigned int

Returns

void

$obj->getDefaultAnisotropy()

Returns

unsigned int

AUTHOR

Scott Lanning <slanning@cpan.org>

For licensing information, see README.txt .