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