|
|
I noticed recently that the color I get with an image map is not exactly
what I expected. So I did a few tests with the following (with a basic
camera and light) :
sphere {
<1,1,0>, 1
pigment { rgb <112,57,57>/255 }
}
sphere {
<-1,1,0>, 1
pigment { image_map { png "img_col.png" } }
}
Where img_col.png is a uniform image of the <112,57,57> color (#703939) made
with GIMP. What I see is that the mapped sphere is darker when I expected
it to be the same. Then I try to get the same color by changing the first
sphere's color to 0.5*<112,57,57>/255 so that they are about the same
brightness. But then the mapped sphere seems to be more Red that the other
one.
All that seems strange to me, maybe I missed something obvious, if you guys
know something about it, please tell me. Tx
JC
Post a reply to this message
|
|