|
|
"Mr.3D" wrote:
>
> how would I turn an RGB value of 156,111,90 into a povray RGB value?
Divide by 255 ---> rgb < 0.611, 0.435, 0.352 >
--
Ken Tyler - 1100+ Povray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/
Post a reply to this message
|
|
|
|
>> how would I turn an RGB value of 156,111,90 into a povray RGB value?
>
>Divide by 255 ---> rgb < 0.611, 0.435, 0.352 >
OR, easier:
rgb <156,111,90>/255
Post a reply to this message
|
|