NAME

Games::3D::Marker - marks a point in the 3D world

SYNOPSIS

use Games::3D::Marker;

my $goal = Games::3D::Marker->new( name => 'Goal' );

EXPORTS

Exports nothing on default.

DESCRIPTION

This package provides a class ffor marking certain points in 3D space.

Will probably gone from the distribution because the object hierarchy can model it without any additional code.

METHODS

It is based on Games::3D::Point and Games::3D::Thingy, so it features all the methods of these two plus:

AUTHORS

(c) 2003, Tels <http://bloodgate.com/>

SEE ALSO

Games::3D::Point, Game::3D::Thingy as well as SDL:App::FPS, SDL::App and SDL.