diff options
Diffstat (limited to 'src/graph/include/illuminate3d.H1')
-rwxr-xr-x | src/graph/include/illuminate3d.H1 | 13 |
1 files changed, 13 insertions, 0 deletions
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 |