|
|
How do I get a semi-transparent image map?
Say I wanted the code for the following to put an image in front of my model
to see how it compares:
box{0,<1,1,.1>
texture{
pigment{
image_map{
jpeg "man2_template.jpg"
//[IMAGE_MAP_MODS...]
}
}
finish{diffuse 0 ambient 1}}
scale 100
translate <-50,-50,250>+265*z
}
Post a reply to this message
|
|