Scott Lanning > Ogre > Ogre::Renderable

Download:
Ogre-0.40.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

Ogre::Renderable

SYNOPSIS ^

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

DESCRIPTION ^

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

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

INSTANCE METHODS ^

$obj->getSquaredViewDepth($cam)

Parameter types

$cam : Camera *

Returns

Real

$obj->getNumWorldTransforms()

Returns

unsigned short

$obj->getCastsShadows()

Returns

bool

$obj->getPolygonModeOverrideable()

Returns

bool

$obj->setPolygonModeOverrideable($override)

Parameter types

$override : bool

Returns

void

AUTHOR ^

Scott Lanning <slanning@cpan.org>

For licensing information, see README.txt .