#include <windows.h>
#include <cmath>
#include "resource.h"
#include <gl/glut.h>
Defines | |
#define | SCREENSHOT_TEX 666 |
Variables | |
HDC | hDC |
HGLRC | hRC |
HWND | hWnd |
HINSTANCE | hInstance |
float | aspectRatio |
GLfloat | pi |
GLfloat | radian |
GLfloat | epsilon |
int | GL_LIGHT [8] |
int | currentLight |
int | numLights |
int | currentCamera |
int | numCameras |
GLfloat | step |
int | screenWidth |
int | screenHeight |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|