Game Development Community

Colors

by Chris Sargent · in Torque Game Engine · 09/06/2008 (5:38 pm) · 5 replies

I was reading on TDN about the sun and was looking at an example sun. I came across this:


color = "0.600000 0.600000 0.600000 1.000000";
ambient = "0.400000 0.400000 0.400000 1.000000";


I know these are colors, but is there a reference chart as to what these numbers actually mean in terms of color?

Thanks,

#1
09/06/2008 (5:48 pm)
This may be of some use. Look for the part where it says Sun.
#2
09/06/2008 (5:52 pm)
Thank you very much that will be very helpful
#3
09/06/2008 (6:37 pm)
Your welcome.
#5
09/08/2008 (4:09 am)
Thanks Novack!