Ogre::TextureManager - Ogre::TextureManager documentation


Ogre documentation  | view source Contained in the Ogre distribution.

Index


SYNOPSIS

Top

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

DESCRIPTION

Top

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

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

CLASS METHODS

Top

Ogre::TextureManager->getSingletonPtr()

Returns

TextureManager *

INSTANCE METHODS

Top

$obj->load($String name, $String group, $int texType=TEX_TYPE_2D, $int numMipmaps=MIP_DEFAULT, $Real gamma=1.0f, $bool isAlpha=false, $int desiredFormat=PF_UNKNOWN)

Parameter types

$String name : (no info available)
$String group : (no info available)
$int texType=TEX_TYPE_2D : (no info available)
$int numMipmaps=MIP_DEFAULT : (no info available)
$Real gamma=1.0f : (no info available)
$bool isAlpha=false : (no info available)
$int desiredFormat=PF_UNKNOWN : (no info available)

Returns

Texture *

$obj->setDefaultNumMipmaps($size_t num)

Parameter types

$size_t num : (no info available)

Returns

void

AUTHOR

Top

Scott Lanning <slanning@cpan.org>

For licensing information, see README.txt .


Ogre documentation  | view source Contained in the Ogre distribution.