diff visuality.h @ 0:76568becd6d6

Rhope Alpha 2a source import
author Mike Pavone <pavone@retrodev.com>
date Tue, 28 Apr 2009 23:06:07 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/visuality.h	Tue Apr 28 23:06:07 2009 +0000
@@ -0,0 +1,47 @@
+#ifndef _VISUALITY_H_
+#define _VISUALITY_H_
+
+#ifdef WIN32
+#include <windows.h>
+#include <Windowsx.h>
+
+//#include <gl\gl.h>
+//#include <gl\glu.h>
+//#include <gl\glaux.h>
+
+#endif
+
+#define CIRCLE_STEP 0.05
+#define INPUT_SIZE 0.20
+#define OUTPUT_SIZE INPUT_SIZE
+
+#define TEXT_RED	0.0
+#define TEXT_BLUE	0.0
+#define TEXT_GREEN	0.0
+
+#define BODY_RED	1.0
+#define BODY_BLUE	1.0
+#define	BODY_GREEN	1.0
+
+#define SELECT_RED	0.7
+#define SELECT_BLUE	0.7
+#define	SELECT_GREEN	0.7
+
+#define	INPUT_RED	0.0
+#define INPUT_BLUE	0.0
+#define	INPUT_GREEN	1.0
+
+#define OUTPUT_RED	1.0
+#define	OUTPUT_BLUE	0.0
+#define	OUTPUT_GREEN 0.0
+
+#define	WIRE_RED	1.0
+#define WIRE_BLUE	1.0
+#define	WIRE_GREEN	1.0
+
+
+
+
+
+#endif //_VISUALITY_H_
+