#include <vhdOSGFogProperty.h>
Inheritance diagram for vhdOSGFogProperty:

Public Member Functions | |
| vhdOSGFogProperty () | |
| virtual | ~vhdOSGFogProperty () |
| void | setMode (int m) |
| int | getMode () |
| void | setDensity (float d) |
| float | getDensity () |
| void | setStart (float s) |
| float | getStart () |
| void | setEnd (float e) |
| float | getEnd () |
| void | setColor (vhdVector4 c) |
| vhdVector4 | getColor () |
Private Attributes | |
| _Implem * | _implem |
Classes | |
| class | _Implem |
| vhdOSGFogProperty::vhdOSGFogProperty | ( | ) |
Constructor.
| vhdOSGFogProperty::~vhdOSGFogProperty | ( | ) | [virtual] |
Destructor.
| void vhdOSGFogProperty::setMode | ( | int | m | ) |
| int vhdOSGFogProperty::getMode | ( | ) |
get the Fog's mode
| void vhdOSGFogProperty::setDensity | ( | float | d | ) |
set the Fog's density
| OpenGL | fog dentity |
| float vhdOSGFogProperty::getDensity | ( | ) |
get the Fog's density
| void vhdOSGFogProperty::setStart | ( | float | s | ) |
set the Fog's start
| fog | starting distance |
| float vhdOSGFogProperty::getStart | ( | ) |
get the Fog's start
| void vhdOSGFogProperty::setEnd | ( | float | e | ) |
set the Fog's End
| fog | Ending distance |
| float vhdOSGFogProperty::getEnd | ( | ) |
get the Fog's End
| void vhdOSGFogProperty::setColor | ( | vhdVector4 | c | ) |
set the Fog's Color
| fog | Color |
| vhdVector4 vhdOSGFogProperty::getColor | ( | ) |
get the Fog's Color
_Implem* vhdOSGFogProperty::_implem [private] |
1.5.1-p1