aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-11-04 08:42:23 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-11-04 08:42:23 -0500
commitb3c87a7b30a7faf0f4366a01ed7e9b07b60370d0 (patch)
tree6689919933e0d56cba79d982868a67600c758cf8 /include
parent6b7dd6a9c031fd2129676500bc8e8633d3fcf234 (diff)
Made ray casting example
Diffstat (limited to 'include')
-rw-r--r--include/common.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 41cc7b9..bc713af 100644
--- a/include/common.h
+++ b/include/common.h
@@ -39,7 +39,13 @@ typedef unsigned int uint;
* This flag lets the compiler know that we are using shaders
*/
-#define SHADERSf
+#define SHADERSd
+
+/*
+ * This is pi...
+*/
+
+#define PI 3.141592653598723846433
/*
* Create a basic 2-point structure for coordinate saving