Go to the source code of this file.
Defines | |
#define | MODULE_RENDERGL1 |
#define | NEAR_CLIP_PLANE 1.0 |
#define | FAR_CLIP_PLANE 500.0 |
#define | GROUND_RECTS 120 |
#define | ANGL_FOV 35.3 |
Functions | |
void | RenderCameraView (BOOL renderbuffer, BOOL bAntiAliased, int jitter, int aa, GLfloat asp) |
Variables | |
double | DepthScalingGL |
double | FrontDepthGL |
double | BackDepthGL |
char | gszHomeDir [] |
GLint | DlistID |
int | TEXTUREBUFFER_WIDTH |
int | TEXTUREBUFFER_HEIGHT |
GLuint | g_check_texture |
GLuint | g_map_texture |
GLuint | g_ref_texture |
GLuint | g_bump_texture |
GLuint | g_tran_texture |
GLuint | g_movie_texture |
GLuint | g_env_texture |
GLuint | g_envB_texture |
GLuint | g_envN_texture |
GLuint | g_noise_texture |
GLuint | g_env3D_texture |
GLuint | g_sky_texture |
double | GlobalScale |
#define MODULE_RENDERGL1 |
Definition at line 3 of file rendergl1.c.
#define NEAR_CLIP_PLANE 1.0 |
#define FAR_CLIP_PLANE 500.0 |
#define GROUND_RECTS 120 |
Definition at line 15 of file rendergl1.c.
#define ANGL_FOV 35.3 |
double DepthScalingGL |
Definition at line 32 of file rendergl.C.
double FrontDepthGL |
Definition at line 32 of file rendergl.C.
double BackDepthGL |
Definition at line 32 of file rendergl.C.
char gszHomeDir[] |
GLint DlistID |
Definition at line 73 of file rendergl.C.
Definition at line 74 of file rendergl.C.
GLuint g_check_texture |
Definition at line 66 of file GLDESIGN.C.
GLuint g_map_texture |
Definition at line 67 of file GLDESIGN.C.
GLuint g_ref_texture |
Definition at line 68 of file GLDESIGN.C.
GLuint g_bump_texture |
Definition at line 69 of file GLDESIGN.C.
GLuint g_tran_texture |
Definition at line 70 of file GLDESIGN.C.
GLuint g_movie_texture |
Definition at line 71 of file GLDESIGN.C.
GLuint g_env_texture |
Definition at line 72 of file GLDESIGN.C.
GLuint g_envB_texture |
Definition at line 73 of file GLDESIGN.C.
GLuint g_envN_texture |
Definition at line 26 of file rendergl.C.
GLuint g_noise_texture |
Definition at line 74 of file GLDESIGN.C.
GLuint g_env3D_texture |
Definition at line 24 of file rendergl.C.
GLuint g_sky_texture |
Definition at line 28 of file rendergl.C.
double GlobalScale |