From ab8cc85adde879fb963c94d15675783f2cf4b183 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 14 Aug 2007 05:14:52 +0000 Subject: Initial population. --- src/graph/include/illuminate3d.H1 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 src/graph/include/illuminate3d.H1 (limited to 'src/graph/include/illuminate3d.H1') diff --git a/src/graph/include/illuminate3d.H1 b/src/graph/include/illuminate3d.H1 new file mode 100755 index 00000000..80b7c05f --- /dev/null +++ b/src/graph/include/illuminate3d.H1 @@ -0,0 +1,13 @@ +#ifdef _NO_PROTO +extern float phong(); +extern int hueValue(); +extern int getHue(); +extern float Value(); +extern RGB hlsTOrgb(); +#else +extern float phong(triple , float [3]); +extern int hueValue(float ); +extern int getHue(float ); +extern float Value(float , float , float ); +extern RGB hlsTOrgb(float , float , float ); +#endif -- cgit v1.2.3