#include <cBackground.h>
Public Member Functions | |
virtual void | drawBackground (float hour)=0 |
Abstract Base-Class for background painting. Only method will be called on begin of frame painting.
virtual void cBackground::drawBackground | ( | float | hour | ) | [pure virtual] |
Draws the worlds background for a given time.
Implemented in cBlankBackground, and cDomeBackground.