vhdOSGFogProperty Class Reference

#include <vhdOSGFogProperty.h>

Inheritance diagram for vhdOSGFogProperty:

vhdProperty List of all members.

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

Constructor & Destructor Documentation

vhdOSGFogProperty::vhdOSGFogProperty (  ) 

Constructor.

Returns:

vhdOSGFogProperty::~vhdOSGFogProperty (  )  [virtual]

Destructor.


Member Function Documentation

void vhdOSGFogProperty::setMode ( int  m  ) 

set the Fog's mode

Parameters:
0=LINEAR,1=EXP,2=EXP2 
Exceptions:
vhdIllegalArgumentException 

int vhdOSGFogProperty::getMode (  ) 

get the Fog's mode

Returns:
0=LINEAR, 1=EXP, 2=EXP2

void vhdOSGFogProperty::setDensity ( float  d  ) 

set the Fog's density

Parameters:
OpenGL fog dentity

float vhdOSGFogProperty::getDensity (  ) 

get the Fog's density

Returns:
OpenGL fog density

void vhdOSGFogProperty::setStart ( float  s  ) 

set the Fog's start

Parameters:
fog starting distance

float vhdOSGFogProperty::getStart (  ) 

get the Fog's start

Returns:
fog starting distance

void vhdOSGFogProperty::setEnd ( float  e  ) 

set the Fog's End

Parameters:
fog Ending distance

float vhdOSGFogProperty::getEnd (  ) 

get the Fog's End

Returns:
fog Ending distance

void vhdOSGFogProperty::setColor ( vhdVector4  c  ) 

set the Fog's Color

Parameters:
fog Color

vhdVector4 vhdOSGFogProperty::getColor (  ) 

get the Fog's Color

Returns:
fog Color


Member Data Documentation

_Implem* vhdOSGFogProperty::_implem [private]


Generated on Thu Jan 18 10:06:25 2007 for vhdPLUS by  doxygen 1.5.1-p1