#include <Lighting.h>
Public Member Functions | |
FogSettings () | |
FogSettings (std::istream &in) | |
bool | operator!= (const FogSettings &other) const |
Public Attributes | |
float | colour [4] |
RGBA colour of the fog. | |
float | density |
Fog thickness. | |
bool | enabled |
true iff the fog is used at all. |
Configure through Track::Lighting.
Definition at line 44 of file Lighting.h.
Track::FogSettings::FogSettings | ( | ) |
Definition at line 26 of file Lighting.cpp.
Track::FogSettings::FogSettings | ( | std::istream & | in | ) |
Definition at line 37 of file Lighting.cpp.
bool Track::FogSettings::operator!= | ( | const FogSettings & | other | ) | const |
Definition at line 48 of file Lighting.cpp.
float Track::FogSettings::colour[4] |
Fog thickness.
Must be > 0. The fog is blended with a factor of e^(-density*distance^2).
Definition at line 54 of file Lighting.h.
Generated at Mon Sep 6 00:41:18 2010 by Doxygen version 1.4.7 for Racer version svn335.