<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<font face="serif">Guys -- I get really tired of trying to "guess"
good RGB color triples for my code. Today I took a step to solve
that. I have included two source files that I authored today that
you may want to use. These files define 500+ different colors
that can be used in your program</font> with a command like<br>
<br>
glColor3ub( goldenrod.red, goldenrod.green, goldenrod.blue);<br>
<br>
You just have to include the header file wherever you want to use
the definition and call the function to declare the colors once in
your code. You can actually go look at what all of the colors are
on the following webpage...<br>
<br>
<a class="moz-txt-link-freetext" href="http://cloford.com/resources/colours/500col.htm">http://cloford.com/resources/colours/500col.htm</a><br>
<br>
I plan on making "vector" versions of this code this week -- but I
ran out of time for that tonight. I thought this might make colors
and lighting a little easier for you. Let me know if it helps...<br>
<br>
<br>
<pre class="moz-signature" cols="72">--
Andrew J. Pounds, Ph.D. (<a class="moz-txt-link-abbreviated" href="mailto:pounds_aj@mercer.edu">pounds_aj@mercer.edu</a>)
Professor of Chemistry and Computer Science
Mercer University, Macon, GA 31207 (478) 301-5627
<a class="moz-txt-link-freetext" href="http://faculty.mercer.edu/pounds_aj">http://faculty.mercer.edu/pounds_aj</a>
</pre>
</body>
</html>