|
|
I keep running into an issue. I image_map a jpeg onto a box. In the image
created, the jpeg's lines are greatly faded. Darkening the jpeg doesn't improve
this. Am I missing something? The one I am currently using is;
box{<-.5,0,0>,<.5,3.097,.45>
pigment{
image_map{jpeg"tower.jpg"}
scale<1,3.097,1>
translate<-.5,0,0>
}
}
The scale is to match the box it is on.
The original jpeg is a blueprint with firm solid black lines. The image is
greatly faded. Am I missing a function or someting?
Post a reply to this message
|
|