aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authortaw27 <taw27@84d2e878-0bd5-11dd-ad15-13eda11d74c5>2008-05-28 22:36:26 +0000
committertaw27 <taw27@84d2e878-0bd5-11dd-ad15-13eda11d74c5>2008-05-28 22:36:26 +0000
commit0013c4e06b805e07359188cb0bd06ffb9e33dd8f (patch)
treebb98a41681e21e6cc8c8e5c9b056876eb8608070 /src/types.h
parent68e8e73c5a795ac0530bed547b2249333fdd7146 (diff)
Reflection stuff
git-svn-id: svn://cook.msm.cam.ac.uk:745/thrust3d/thrust3d@51 84d2e878-0bd5-11dd-ad15-13eda11d74c5
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index ebf1f82..c70c9bb 100644
--- a/src/types.h
+++ b/src/types.h
@@ -137,6 +137,7 @@ typedef struct {
GLfloat *hemisphere_v;
GLfloat *hemisphere_n;
+ GLfloat *hemisphere_t;
} RenderContext;