From b3c87a7b30a7faf0f4366a01ed7e9b07b60370d0 Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Wed, 4 Nov 2015 08:42:23 -0500 Subject: Made ray casting example --- include/common.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3