PixelLightAPI
.
|
#include <FixedFunctions.h>
Public Types | |
enum | Enum { Exp = 0, Exp2 = 1, Linear = 2, Number = 3, Unknown = 4 } |
Public Member Functions | |
pl_enum (Enum) pl_enum_value(Exp | |
Fog effect intensifies | exponentially (f=1/((e^(d *density))))") pl_enum_value(Exp2 |
Fog effect intensifies Fog effect intensifies exponentially with the square of the | distance (f=1/((e^((d *density)^2))))") pl_enum_value(Linear |
Fog modes.
Exp |
Fog effect intensifies exponentially (f=1/((e^(d*density)))) |
Exp2 |
Fog effect intensifies exponentially with the square of the distance (f=1/((e^((d*density)^2)))) |
Linear |
Fog effect intensifies linearly between the start and end points (f=(end-d)/(end-start)) |
Number |
Number of fog modes |
Unknown |
Unknown fog mode |
Fog effect intensifies PLRenderer::FixedFunctions::Fog::exponentially | ( | f | = 1/((e^(d*density))) | ) |
Fog effect intensifies Fog effect intensifies exponentially with the square of the PLRenderer::FixedFunctions::Fog::distance | ( | f | = 1/((e^((d*density)^2))) | ) |
|