NAME
Game::3D::Marker - makrs a point in the 3D world
SYNOPSIS
use Game::3D::Marker;
my $goal = Game::3D::Marker->new( name => 'Goal' );
EXPORTS
Exports nothing on default.
DESCRIPTION
This package provides a class ffor marking certain points in 3D space.
METHODS
It is based on Game::3D::Point and Game::3D::Thingy, so it features all the methods of these two plus:
AUTHORS
(c) 2003, Tels <http://bloodgate.com/>
SEE ALSO
Game::3D::Point, Game::3D::Thingy as well as SDL:App::FPS, SDL::App and SDL.