NAME
Ogre::StaticGeometry
SYNOPSIS
use Ogre;
use Ogre::StaticGeometry;
# (for now see examples/README.txt)
DESCRIPTION
See the online API documentation at http://www.ogre3d.org/docs/api/html/classOgre_1_1StaticGeometry.html
Note: this Perl binding is currently experimental and subject to API changes.
INSTANCE METHODS
$obj->getName()
Returns
- String
$obj->addEntity($ent, $position, $orientation, $scale)
Parameter types
Returns
- void
$obj->addSceneNode($node)
Parameter types
Returns
- void
$obj->build()
Returns
- void
$obj->destroy()
Returns
- void
$obj->reset()
Returns
- void
$obj->setRenderingDistance($dist)
Parameter types
Returns
- void
$obj->getRenderingDistance()
Returns
- Real
$obj->getSquaredRenderingDistance()
Returns
- Real
$obj->setVisible($visible)
Parameter types
Returns
- void
$obj->isVisible()
Returns
- bool
$obj->setCastShadows($castShadows)
Parameter types
Returns
- void
$obj->getCastShadows()
Returns
- bool
$obj->setRegionDimensions($size)
Parameter types
Returns
- void
$obj->setOrigin($origin)
Parameter types
Returns
- void
$obj->setRenderQueueGroup($queueID)
Parameter types
Returns
- void
$obj->getRenderQueueGroup()
Returns
- uint8
$obj->dump($filename)
Parameter types
Returns
- void
AUTHOR
Scott Lanning <slanning@cpan.org>
For licensing information, see README.txt .