#include <cBackground.h>
Public Member Functions | |
void | drawBackground (float hour=12.00f) |
void | drawUpperDome () |
void | drawLowerDome () |
void | drawGround () |
void | drawClouds () |
void | drawMountains () |
void | drawOrbit (float hour) |
Public Attributes | |
float | mHour |
std::map< int, unsigned int > | mTextures |
float | mUpColor [3] |
float | mLoColor [3] |
float | mBtColor [3] |
A background in form of a SkySphere just like those virtual horizons found in aviation instruments.
void cDomeBackground::drawBackground | ( | float | hour = 12.00f |
) | [virtual] |
Draws the worlds background for a given time.
Implements cBackground.