commit | 9e7f9b3e99cf4963e3bc684b5f9fc095be059a82 | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Tue Jun 27 17:04:21 2000 +0000 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Tue Jun 27 17:04:21 2000 +0000 |
tree | 0bb80e74635685c3c54cf816a49ed1874606aa34 | |
parent | 0674c22e010b9629dc71fb04972dd4529152deb0 [diff] [blame] |
initial check-in
diff --git a/progs/demos/shadow.h b/progs/demos/shadow.h new file mode 100644 index 0000000..b19dd43 --- /dev/null +++ b/progs/demos/shadow.h
@@ -0,0 +1,18 @@ +#ifndef SHADOW_H +#define SHADOW_H + + +extern void +shadowmatrix(GLfloat shadowMat[4][4], + GLfloat groundplane[4], + GLfloat lightpos[4]); + + +extern void +findplane(GLfloat plane[4], + GLfloat v0[3], GLfloat v1[3], GLfloat v2[3]); + + +#endif + +