From c3407028b38c9f05c60484a5afd9df2fb6693527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Sun, 9 Oct 2011 12:56:34 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20des=20lignes=20supprim=C3=A9es=20dans?= =?UTF-8?q?=20display.h=20.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- display.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/display.h b/display.h index 29d5722..71a1e4b 100644 --- a/display.h +++ b/display.h @@ -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;