commit c3407028b38c9f05c60484a5afd9df2fb6693527 parent 8987775eefe783f6bdf782dbfbef1ee2939d4043 Author: Georges Dupéron <jahvascriptmaniac+github@free.fr> Date: Sun, 9 Oct 2011 12:56:34 +0200 Revert des lignes supprimées dans display.h . Diffstat:
| M | display.h | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git 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;