Main Page | Namespace List | Class List | File List | Class Members | File Members

config.h File Reference

Go to the source code of this file.

Variables

bool day
bool g_bSmoothing
bool g_bBlending
const float g_waterlevel
const float g_fWaterScale
bool g_bFresnel
bool draw_fog
bool draw_mirror_plane
bool draw_mirror
bool draw_height_field
bool g_CameraRotateLeft
bool g_CameraRotateRight
bool g_CameraRotateUp
bool g_CameraRotateDown
float g_CameraAngleX
float g_CameraAngleY
float g_CameraX
float g_CameraY
float g_CameraZ
float g_length
bool g_show_axis
const char * g_strResourceDir
int g_hfW
int g_hfH
const char * g_strHeightFieldFile
float g_fHeightScale
bool g_bLighting
bool g_bFrameRate
int g_tpt
float g_fHeight
int g_cells
int g_cellsize
int g_nTimerDelay
float g_lightPos [4]
float g_lightPos2 [4]
float g_fViewDistance
const float colorWhite [4]
const float colorBlue [4]
const float colorGreen [4]
const float colorRed [4]
const float colorYellow [4]
const float colorDarkGreen [4]
const float colorNone [4]
const float colorDarkGrey [4]
const float colorDarkYellow [4]
const float colorDarkRed [4]
const float colorDarkBrown [4]
const float colorSky [4]
const float colorVeryLightGreen [4]
const float colorLightGreen [4]
const float colorWaterGreen [4]


Variable Documentation

const float colorBlue[4]
 

Definition at line 83 of file config.h.

const float colorDarkBrown[4]
 

Definition at line 92 of file config.h.

const float colorDarkGreen[4]
 

Definition at line 87 of file config.h.

const float colorDarkGrey[4]
 

Definition at line 89 of file config.h.

const float colorDarkRed[4]
 

Definition at line 91 of file config.h.

const float colorDarkYellow[4]
 

Definition at line 90 of file config.h.

const float colorGreen[4]
 

Definition at line 84 of file config.h.

const float colorLightGreen[4]
 

Definition at line 95 of file config.h.

Referenced by __draw_fog().

const float colorNone[4]
 

Definition at line 88 of file config.h.

const float colorRed[4]
 

Definition at line 85 of file config.h.

const float colorSky[4]
 

Definition at line 93 of file config.h.

const float colorVeryLightGreen[4]
 

Definition at line 94 of file config.h.

const float colorWaterGreen[4]
 

Definition at line 96 of file config.h.

Referenced by streamVertex().

const float colorWhite[4]
 

Definition at line 82 of file config.h.

const float colorYellow[4]
 

Definition at line 86 of file config.h.

bool day
 

Definition at line 8 of file config.h.

Referenced by __draw_fog(), keyboard(), and streamVertex().

bool draw_fog
 

Definition at line 19 of file config.h.

Referenced by display(), and keyboard().

bool draw_height_field
 

Definition at line 24 of file config.h.

Referenced by keyboard(), and renderScene().

bool draw_mirror
 

Definition at line 22 of file config.h.

Referenced by display().

bool draw_mirror_plane
 

Definition at line 21 of file config.h.

Referenced by display(), keyboard(), and renderScene().

bool g_bBlending
 

Definition at line 11 of file config.h.

Referenced by drawHeightField().

bool g_bFrameRate
 

Definition at line 52 of file config.h.

Referenced by display(), and selectFromMenu().

bool g_bFresnel
 

Definition at line 17 of file config.h.

Referenced by streamVertex().

bool g_bLighting
 

Definition at line 51 of file config.h.

Referenced by diffuseLighting(), renderScene(), and selectFromMenu().

bool g_bSmoothing
 

Definition at line 10 of file config.h.

Referenced by drawMultipassQuad().

float g_CameraAngleX
 

Definition at line 28 of file config.h.

Referenced by display(), setupCamera(), and timerCallback().

float g_CameraAngleY
 

Definition at line 28 of file config.h.

Referenced by display(), setupCamera(), and timerCallback().

bool g_CameraRotateDown
 

Definition at line 27 of file config.h.

Referenced by keyboard(), keyboardUp(), and timerCallback().

bool g_CameraRotateLeft
 

Definition at line 26 of file config.h.

Referenced by keyboard(), keyboardUp(), and timerCallback().

bool g_CameraRotateRight
 

Definition at line 26 of file config.h.

Referenced by keyboard(), keyboardUp(), and timerCallback().

bool g_CameraRotateUp
 

Definition at line 27 of file config.h.

Referenced by keyboard(), keyboardUp(), and timerCallback().

float g_CameraX
 

Definition at line 29 of file config.h.

Referenced by __drawModel(), computeWater(), display(), initGL(), renderScene(), setupCamera(), and timerCallback().

float g_CameraY
 

Definition at line 29 of file config.h.

Referenced by __drawModel(), computeWater(), display(), initGL(), renderScene(), setupCamera(), and timerCallback().

float g_CameraZ
 

Definition at line 29 of file config.h.

Referenced by __drawModel(), computeWater(), display(), initGL(), setupCamera(), and timerCallback().

int g_cells
 

Definition at line 63 of file config.h.

Referenced by renderScene().

int g_cellsize
 

Definition at line 66 of file config.h.

Referenced by computeNormal(), display(), drawModel(), drawWaterQuad(), gethfVertexData(), initGL(), initHeightField(), renderScene(), and timerCallback().

float g_fHeight
 

Definition at line 60 of file config.h.

float g_fHeightScale
 

Definition at line 48 of file config.h.

Referenced by drawWaterQuad(), gethfVertexData(), hftexture(), and initHeightField().

float g_fViewDistance
 

Definition at line 78 of file config.h.

const float g_fWaterScale
 

Definition at line 16 of file config.h.

Referenced by computeHeight().

int g_hfH
 

Definition at line 43 of file config.h.

Referenced by initGL().

int g_hfW
 

Definition at line 41 of file config.h.

Referenced by initGL().

float g_length
 

Definition at line 31 of file config.h.

Referenced by initGL(), and timerCallback().

float g_lightPos[4]
 

Definition at line 73 of file config.h.

Referenced by diffuseLighting(), display(), initGLState(), and keyboard().

float g_lightPos2[4]
 

Definition at line 74 of file config.h.

int g_nTimerDelay
 

Definition at line 70 of file config.h.

Referenced by main(), and timerCallback().

bool g_show_axis
 

Definition at line 34 of file config.h.

Referenced by drawModel(), and keyboard().

const char* g_strHeightFieldFile
 

Definition at line 45 of file config.h.

Referenced by initGL().

const char* g_strResourceDir
 

Definition at line 37 of file config.h.

Referenced by initHeightField(), and initTextures().

int g_tpt
 

Definition at line 57 of file config.h.

Referenced by initHeightField().

const float g_waterlevel
 

Definition at line 14 of file config.h.

Referenced by drawWaterQuad(), and gethfVertexData().


Generated on Thu Jan 20 02:46:58 2005 for Main_Demo by doxygen 1.3.6