Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
Public Member Functions | |
_GFXFogState () | |
Public Attributes | |
bool | enabled |
FOGMODE | curmode |
float | density |
float | nnear |
float | ffar |
GFXColor | c |
int | index |
Definition at line 3 of file gl_fog.cpp.
|
inline |
GFXColor _GFXFogState::c |
Definition at line 10 of file gl_fog.cpp.
Referenced by GFXFogColor().
FOGMODE _GFXFogState::curmode |
Definition at line 6 of file gl_fog.cpp.
Referenced by _GFXFogState(), and GFXFogMode().
float _GFXFogState::density |
Definition at line 7 of file gl_fog.cpp.
Referenced by _GFXFogState(), and GFXFogDensity().
bool _GFXFogState::enabled |
Definition at line 5 of file gl_fog.cpp.
Referenced by GFXFogMode().
float _GFXFogState::ffar |
Definition at line 9 of file gl_fog.cpp.
Referenced by _GFXFogState(), and GFXFogLimits().
int _GFXFogState::index |
Definition at line 11 of file gl_fog.cpp.
Referenced by _GFXFogState(), and GFXFogIndex().
float _GFXFogState::nnear |
Definition at line 8 of file gl_fog.cpp.
Referenced by _GFXFogState(), and GFXFogLimits().