Struct for hardware fog parameters. More...
#include <MFrameContext.h>
Public Attributes | |
bool | HwFogEnabled |
If hardware fog is enabled. | |
FogMode | HwFogMode |
Hardware fog mode, like Linear, Exponential, Exponential squared. More... | |
float | HwFogStart |
The near distance used in the linear fog. More... | |
float | HwFogEnd |
The far distance used in the linear fog. More... | |
float | HwFogDensity |
The density of the exponential fog. More... | |
MColor | HwFogColor |
The fog color includes (r, g, b, a). More... | |
Struct for hardware fog parameters.
FogMode HwFogMode |
Hardware fog mode, like Linear, Exponential, Exponential squared.
float HwFogStart |
The near distance used in the linear fog.
float HwFogEnd |
The far distance used in the linear fog.
float HwFogDensity |
The density of the exponential fog.
MColor HwFogColor |
The fog color includes (r, g, b, a).