summaryrefslogtreecommitdiff
path: root/glpong3d.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2010-01-21 21:30:36 -0500
committerMatt Turner <mattst88@gmail.com>2011-04-04 17:14:35 -0400
commit3aa0e202c360cbf69bfa26fe23daf43f5ef695a1 (patch)
tree433975751ea6bba3bd689d4b69e2cfa16ea9618a /glpong3d.h
parent4e9c7eec3078775c7bf2ed79169fc384e6d17d63 (diff)
Define GLPONG_FRONT_Z and GLPONG_BACK_Z.
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'glpong3d.h')
-rw-r--r--glpong3d.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/glpong3d.h b/glpong3d.h
index 7dd0adf..844b629 100644
--- a/glpong3d.h
+++ b/glpong3d.h
@@ -7,6 +7,9 @@
#define GLPONG_WIDTH 800.0f
#define GLPONG_HEIGHT 600.0f
+#define GLPONG_FRONT_Z -3.0f
+#define GLPONG_BACK_Z -9.0f
+
#define GLPONG_NOACTION 0
#define GLPONG_EXIT 1