Orxonox  0.0.5 Codename: Arcturus
Namespaces | Functions
SpicedAsteroidField.cc File Reference

Asteroid field with lots of parameters. Derived from asteroidField.lua. More...

#include "SpicedAsteroidField.h"
#include "AsteroidMinable.h"
#include <algorithm>
#include "core/CoreIncludes.h"
#include "core/XMLPort.h"
#include "util/Math.h"
#include "graphics/Billboard.h"

Namespaces

 orxonox
 Die Wagnis Klasse hat die folgenden Aufgaben:
 

Functions

 orxonox::RegisterClass (SpicedAsteroidField)
 

Detailed Description

Asteroid field with lots of parameters. Derived from asteroidField.lua.

Author
remartin Generates a bunch of asteroids that may contain some stuff. It is required to wait until all XML-arguments are set. That's why the actual generation happens when tick() gets called for the first time.