NAME

Game::3D::World - 3d level, camera etc, that can be rendered with OpenGL

SYNOPSIS

use Game::3D::World;

my $world = Game::3D::World->new( file => 'level01.txt' );

# set up camera
...

$world->render();

EXPORTS

Exports nothing.

DESCRIPTION

This package contains a complete 3D world, with a level (the geometry), brushes, lights, camera, etc.

It can render the scene with OpenGL.

For now, this package is empty, but it will later encompass all the classes contained in here.

METHODS

This package defines no methods yet.

BUGS

None known yet.

AUTHORS

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

SEE ALSO

SDL:App::FPS, SDL::App and SDL.

GAME::3D::Vector, GAME::3D::Brush, GAME::3D::Level.