initial check-in
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 27 Jun 2000 17:04:21 +0000 (17:04 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 27 Jun 2000 17:04:21 +0000 (17:04 +0000)
progs/demos/shadow.h [new file with mode: 0644]

diff --git a/progs/demos/shadow.h b/progs/demos/shadow.h
new file mode 100644 (file)
index 0000000..b19dd43
--- /dev/null
@@ -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
+
+