Revert des lignes supprimées dans display.h .

This commit is contained in:
Georges Dupéron 2011-10-09 12:56:34 +02:00
parent 8987775eef
commit c3407028b3

View File

@ -17,3 +17,12 @@ int *vertices;
int windowWidth = 1024;
int nbVertex = 0;
int windowHeight = 768;
float xCamera = 1024;
float yCamera = 400;
float zCamera = 1500;
int xSight = 0;
int ySight = 112;
int zSight = -1500;
float xAngle = 0;
float yAngle = 0;
int moveDist = 64;