Scott Lanning > Ogre > Ogre::ManualObject

Download:
Ogre-0.40.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

Ogre::ManualObject

SYNOPSIS ^

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

DESCRIPTION ^

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

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

INSTANCE METHODS ^

$obj->clear()

Returns

void

$obj->setDynamic($dyn)

Parameter types

$dyn : bool

Returns

void

$obj->getDynamic()

Returns

bool

$obj->beginUpdate($sectionIndex)

Parameter types

$sectionIndex : size_t

Returns

void

AUTHOR ^

Scott Lanning <slanning@cpan.org>

For licensing information, see README.txt .