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

NAME

Ogre::SceneQuery::WorldFragment

SYNOPSIS

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

DESCRIPTION

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

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

INSTANCE METHODS

$obj->fragmentType($THIS)

Parameter types

$THIS : WorldFragment *

Returns

int

$obj->singleIntersection($THIS)

Parameter types

$THIS : WorldFragment *

Returns

Vector3 *

$obj->planes($THIS)

Parameter types

$THIS : WorldFragment *THIS

Returns

SV *

$obj->renderOp($THIS)

Parameter types

$THIS : WorldFragment *

Returns

RenderOperation *

AUTHOR

Scott Lanning <slanning@cpan.org>

For licensing information, see README.txt .