The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

MeshManager *

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

MeshPtr *

AUTHOR

Scott Lanning <slanning@cpan.org>

For licensing information, see README.txt .