NAME
Ogre::MeshManager
SYNOPSIS
use Ogre;
use Ogre::MeshManager;
# (for now see examples/README.txt)
DESCRIPTION
See the online API documentation at http://www.ogre3d.org/docs/api/html/classOgre_1_1MeshManager.html
Note: this Perl binding is currently experimental and subject to API changes.
CLASS METHODS
Ogre::MeshManager->getSingletonPtr()
Returns
INSTANCE METHODS
$obj->createPlane($name, $groupName, $plane, $width, $height, $xsegments, $ysegments, $normals, $numTexCoordSets, $uTile, $vTile, $upVector)
Parameter types
- $name : String
- $groupName : String
- $plane : Plane *
- $width : Real
- $height : Real
- $xsegments : int
- $ysegments : int
- $normals : bool
- $numTexCoordSets : int
- $uTile : Real
- $vTile : Real
- $upVector : Vector3 *
Returns
AUTHOR
Scott Lanning <slanning@cpan.org>
For licensing information, see README.txt .