Revert des lignes supprimées dans display.h .
This commit is contained in:
parent
8987775eef
commit
c3407028b3
|
@ -17,3 +17,12 @@ int *vertices;
|
||||||
int windowWidth = 1024;
|
int windowWidth = 1024;
|
||||||
int nbVertex = 0;
|
int nbVertex = 0;
|
||||||
int windowHeight = 768;
|
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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user